From 709488b7c14904cf0141ab302e7e2dc39c400fe3 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Fri, 23 Dec 2016 22:15:26 +0100 Subject: [PATCH] Silenced a debug output. --- src/Terminal_Win32.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Terminal_Win32.cpp b/src/Terminal_Win32.cpp index e0b9ff8..dc142fd 100644 --- a/src/Terminal_Win32.cpp +++ b/src/Terminal_Win32.cpp @@ -426,7 +426,6 @@ void MUtils::Terminal::set_icon(const QIcon &icon) if (const SetConsoleIconFun pSetConsoleIconFun = MUtils::Win32Utils::resolve(QLatin1String("kernel32"), QLatin1String("SetConsoleIcon"))) { const DWORD before = GetLastError(); - qWarning("[Before: 0x%08X]", before); if (pSetConsoleIconFun(hIcon)) { success = true; -- 2.11.4.GIT