GH-2291 Fix build with Qt 5.11+

This commit is contained in:
Sergey Shatunov 2018-06-01 21:20:33 +07:00
parent f0ff2db4e1
commit 4d68c1b509
No known key found for this signature in database
GPG key ID: C9228B4C880E14B6
19 changed files with 21 additions and 14 deletions

View file

@ -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),