Add Haiku support

This commit is contained in:
Jonathan White
2019-03-24 09:26:34 -04:00
parent 13a9ac8f57
commit 86e5dbda4f
6 changed files with 11 additions and 4 deletions

View File

@@ -391,8 +391,10 @@ MainWindow::MainWindow()
connect(m_ui->tabWidget, SIGNAL(messageDismissGlobal()), this, SLOT(hideGlobalMessage()));
#ifndef Q_OS_HAIKU
m_screenLockListener = new ScreenLockListener(this);
connect(m_screenLockListener, SIGNAL(screenLocked()), SLOT(handleScreenLock()));
#endif
updateTrayIcon();