MUtilities development repository
修订版 | 709488b7c14904cf0141ab302e7e2dc39c400fe3 (tree) |
---|---|
时间 | 2016-12-24 06:15:26 |
作者 | ![]() |
Commiter | LoRd_MuldeR |
Silenced a debug output.
@@ -426,7 +426,6 @@ void MUtils::Terminal::set_icon(const QIcon &icon) | ||
426 | 426 | if (const SetConsoleIconFun pSetConsoleIconFun = MUtils::Win32Utils::resolve<SetConsoleIconFun>(QLatin1String("kernel32"), QLatin1String("SetConsoleIcon"))) |
427 | 427 | { |
428 | 428 | const DWORD before = GetLastError(); |
429 | - qWarning("[Before: 0x%08X]", before); | |
430 | 429 | if (pSetConsoleIconFun(hIcon)) |
431 | 430 | { |
432 | 431 | success = true; |