forked from github_mirror/framelesshelper
minor tweak of the logo message
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
9dc2e0086a
commit
b88ac1591d
|
@ -354,9 +354,9 @@ void outputLogo()
|
||||||
QTextStream stream(&message, QIODevice::WriteOnly);
|
QTextStream stream(&message, QIODevice::WriteOnly);
|
||||||
stream << "FramelessHelper (" << (ver.isStatic ? "static" : "shared")
|
stream << "FramelessHelper (" << (ver.isStatic ? "static" : "shared")
|
||||||
<< ", " << (ver.isDebug ? "debug" : "release") << ") version "
|
<< ", " << (ver.isDebug ? "debug" : "release") << ") version "
|
||||||
<< ver.version_str << ", author wangwenx190 (Yuhang Zhao).\n"
|
<< ver.version_str << ", author wangwenx190 (Yuhang Zhao)."
|
||||||
<< "Built by " << ver.compiler << " from " << ver.commit
|
<< " Built by " << ver.compiler << " from " << ver.commit
|
||||||
<< " on " << ver.compileDateTime << '.';
|
<< " on " << ver.compileDateTime << " (UTC).";
|
||||||
INFO.nospace().noquote() << message;
|
INFO.nospace().noquote() << message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue