X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fwindowssignalwatcher.cpp;h=c68bc8e17822f468cf0423a5684993102feb1725;hp=f31e0383a6cc6f5b3d0b936556888319ad0b7a60;hb=8c6448c2e0048389fbac9e2e9daf22b5b050d5b6;hpb=696edd3dc076cf52edd8bece9055c2b3ec9086d0 diff --git a/src/common/windowssignalwatcher.cpp b/src/common/windowssignalwatcher.cpp index f31e0383..c68bc8e1 100644 --- a/src/common/windowssignalwatcher.cpp +++ b/src/common/windowssignalwatcher.cpp @@ -25,8 +25,6 @@ #include -#include "logmessage.h" - // This handler is called by Windows in a different thread when a console event happens // FIXME: When the console window is closed, the application is supposedly terminated as soon as // this handler returns. We may want to block and wait for the main thread so set some @@ -66,7 +64,7 @@ WindowsSignalWatcher::WindowsSignalWatcher(QObject* parent) void WindowsSignalWatcher::signalHandler(int signal) { - quInfo() << "Caught signal" << signal; + qInfo() << "Caught signal" << signal; switch (signal) { case SIGINT: