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()) if (!QSystemTrayIcon::isSystemTrayAvailable())
{ {
#ifdef dbg qDebug() << "Qt: System tray unavailable";
std::cout << "Qt: System tray unavailable.\n";
#endif
ignore_closeEvent = false; ignore_closeEvent = false;
MainWindow::show(); MainWindow::show();
} }