Use qDebug

This commit is contained in:
Fushko 2019-08-30 12:14:02 +02:00 committed by GitHub
parent 8bcf70b5aa
commit 68fd3f55e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,9 +134,7 @@ MainWindow::MainWindow(QWidget *parent) :
if (!QSystemTrayIcon::isSystemTrayAvailable())
{
#ifdef dbg
std::cout << "Qt: System tray unavailable.\n";
#endif
qDebug() << "Qt: System tray unavailable";
ignore_closeEvent = false;
MainWindow::show();
}