Silenced a debug output.
This commit is contained in:
parent
37e7f72069
commit
709488b7c1
@ -426,7 +426,6 @@ void MUtils::Terminal::set_icon(const QIcon &icon)
|
||||
if (const SetConsoleIconFun pSetConsoleIconFun = MUtils::Win32Utils::resolve<SetConsoleIconFun>(QLatin1String("kernel32"), QLatin1String("SetConsoleIcon")))
|
||||
{
|
||||
const DWORD before = GetLastError();
|
||||
qWarning("[Before: 0x%08X]", before);
|
||||
if (pSetConsoleIconFun(hIcon))
|
||||
{
|
||||
success = true;
|
||||
|
Loading…
Reference in New Issue
Block a user