Add "Notification timeout" option

This commit is contained in:
kevtechxx 2021-04-13 16:22:48 +02:00
parent d82a1d7198
commit 7722916fad
4 changed files with 39 additions and 1 deletions

View file

@ -88,4 +88,8 @@ private:
#ifndef Q_OS_MACOS
QCheckBox m_checkBoxIconsInMenusEnabled;
#endif
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)) && defined(QT_DBUS_LIB)
QSpinBox m_spinBoxNotificationTimeout;
#endif
};