mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-24 09:10:16 -06:00
Use qDebug
This commit is contained in:
parent
8bcf70b5aa
commit
68fd3f55e6
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user