diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2014-03-15 14:18:29 +0100 |
---|---|---|
committer | Jan Dalheimer <jan@dalheimer.de> | 2014-03-15 14:18:29 +0100 |
commit | 4f452d5815e14043f3c0977673bf338491032520 (patch) | |
tree | aedccbef29aeb0eb4bb586d50d77f1949e18ab97 /CMakeLists.txt | |
parent | de2eb3fc5404cbbfd438919c250885e5e8450a82 (diff) | |
download | MultiMC-4f452d5815e14043f3c0977673bf338491032520.tar MultiMC-4f452d5815e14043f3c0977673bf338491032520.tar.gz MultiMC-4f452d5815e14043f3c0977673bf338491032520.tar.lz MultiMC-4f452d5815e14043f3c0977673bf338491032520.tar.xz MultiMC-4f452d5815e14043f3c0977673bf338491032520.zip |
Add a timer for clicking away the notification dialog
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d9279bcb..c4574ce0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -311,6 +311,8 @@ gui/dialogs/UpdateDialog.h gui/dialogs/UpdateDialog.cpp gui/dialogs/ScreenshotDialog.h gui/dialogs/ScreenshotDialog.cpp +gui/dialogs/NotificationDialog.h +gui/dialogs/NotificationDialog.cpp # GUI - widgets gui/widgets/Common.h @@ -565,6 +567,7 @@ gui/dialogs/AccountSelectDialog.ui gui/dialogs/EditAccountDialog.ui gui/dialogs/UpdateDialog.ui gui/dialogs/ScreenshotDialog.ui +gui/dialogs/NotificationDialog.ui # Widgets/other gui/widgets/MCModInfoFrame.ui |