┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorAntonio Rojas <[email protected]>2019-12-09 23:21:51 +0100
committerAntonio Rojas <[email protected]>2019-12-09 23:21:51 +0100
commitfaa37a6138fc0a7458f61d2799370994b936396e (patch)
tree2610abdc8ae4fb659130c34cf1a73e6a2c2fa9a9 /src/views
parent5b3ecd276625774292220d5e9e149780add2b124 (diff)
Fix build with Qt 5.14 RC
Add needed Qt includes that are no longer pulled transitively. BUG: 414492 Differential Revision: https://phabricator.kde.org/D25783
Diffstat (limited to 'src/views')
-rw-r--r--src/views/draganddrophelper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/draganddrophelper.cpp b/src/views/draganddrophelper.cpp
index d437b877e..d248d00eb 100644
--- a/src/views/draganddrophelper.cpp
+++ b/src/views/draganddrophelper.cpp
@@ -25,6 +25,7 @@
#include <QDBusConnection>
#include <QDBusMessage>
+#include <QDropEvent>
#include <QMimeData>
QHash<QUrl, bool> DragAndDropHelper::m_urlListMatchesUrlCache;