Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Commit

Permalink
Fix build against Qt 5.11
Browse files Browse the repository at this point in the history
Change-Id: If40ad95c2b9a138ee8b7f44a7acbfd775e5d15d0
Reviewed-on: https://codereview.kdab.com/56032
Tested-by: Continuous Integration <build@kdab.com>
Reviewed-by: Frank Osterfeld <frank.osterfeld@kdab.com>
  • Loading branch information
danvratil authored and frankosterfeld committed Mar 20, 2018
1 parent 282e532 commit 51a0a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Charm/Widgets/NotificationPopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <QApplication>
#include <QDesktopWidget>
#include <QTimer>
#include <QStyle>

NotificationPopup::NotificationPopup(QWidget *parent)
: QDialog(parent)
Expand Down

0 comments on commit 51a0a34

Please sign in to comment.