Switch to QT Category logging (#2206)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Steve Wills
2020-11-21 10:20:10 -05:00
committed by GitHub
parent d206ed4bcc
commit df722a72c1
54 changed files with 655 additions and 239 deletions
+3 -1
View File
@@ -3,6 +3,7 @@
#include <atomic>
#include "common/Args.hpp"
#include "common/QLogging.hpp"
#include "common/Version.hpp"
#include "controllers/accounts/AccountController.hpp"
#include "controllers/commands/CommandController.hpp"
@@ -339,7 +340,8 @@ void Application::initPubsub()
}
else
{
qDebug() << "Couldn't find channel id of point reward";
qCDebug(chatterinoApp)
<< "Couldn't find channel id of point reward";
}
});