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