X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fwindowssignalwatcher.cpp;h=ee8c4fc779872a7b5d1669c94771b634f63706f4;hp=f31e0383a6cc6f5b3d0b936556888319ad0b7a60;hb=HEAD;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650 diff --git a/src/common/windowssignalwatcher.cpp b/src/common/windowssignalwatcher.cpp index f31e0383..ee8c4fc7 100644 --- a/src/common/windowssignalwatcher.cpp +++ b/src/common/windowssignalwatcher.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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: