diff --git a/src/core/framelesshelpercore_global.cpp b/src/core/framelesshelpercore_global.cpp index 866798a..41a5fd8 100644 --- a/src/core/framelesshelpercore_global.cpp +++ b/src/core/framelesshelpercore_global.cpp @@ -350,7 +350,7 @@ void outputLogo() } const VersionInfo &ver = version(); QString message = {}; - QTextStream stream(&message, QTextStream::WriteOnly); + QTextStream stream(&message, QIODevice::WriteOnly); stream << "FramelessHelper (" << (ver.isStatic ? "static" : "shared") << ", " << (ver.isDebug ? "debug" : "release") << ") version " << ver.version_str << ", author wangwenx190 (Yuhang Zhao).\n"