diff options
author | Sergey Shatunov <me@prok.pw> | 2018-06-01 21:20:33 +0700 |
---|---|---|
committer | Sergey Shatunov <me@prok.pw> | 2018-06-02 17:22:43 +0700 |
commit | 4d68c1b509cd289e9f02cbf258e69f2539349029 (patch) | |
tree | 75ebfaae1e8c6b32babed0f89b18a5c62b06d503 /application/dialogs | |
parent | f0ff2db4e1a81bc941ea8b6ce43f7fb63d34547a (diff) | |
download | MultiMC-4d68c1b509cd289e9f02cbf258e69f2539349029.tar MultiMC-4d68c1b509cd289e9f02cbf258e69f2539349029.tar.gz MultiMC-4d68c1b509cd289e9f02cbf258e69f2539349029.tar.lz MultiMC-4d68c1b509cd289e9f02cbf258e69f2539349029.tar.xz MultiMC-4d68c1b509cd289e9f02cbf258e69f2539349029.zip |
GH-2291 Fix build with Qt 5.11+
Diffstat (limited to 'application/dialogs')
-rw-r--r-- | application/dialogs/NotificationDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/dialogs/NotificationDialog.cpp b/application/dialogs/NotificationDialog.cpp index d61bf6bd..80adab3d 100644 --- a/application/dialogs/NotificationDialog.cpp +++ b/application/dialogs/NotificationDialog.cpp @@ -2,6 +2,7 @@ #include "ui_NotificationDialog.h" #include <QTimerEvent> +#include <QStyle> NotificationDialog::NotificationDialog(const NotificationChecker::NotificationEntry &entry, QWidget *parent) : QDialog(parent, Qt::MSWindowsFixedSizeDialogHint | Qt::WindowTitleHint | Qt::CustomizeWindowHint), |