summaryrefslogtreecommitdiff
path: root/filesystems/dsbmc/files/patch-src_mainwin.cpp
blob: eb6e5ef3efba13375d46e08f81e8842464c0a11a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Add Qt5.14 compatibility 

--- src/mainwin.cpp.orig	2020-04-04 08:18:00 UTC
+++ src/mainwin.cpp
@@ -27,6 +27,8 @@
 #include <QSpinBox>
 #include <QMenuBar>
 #include <QMessageBox>
+#include <QMoveEvent>
+#include <QResizeEvent>
 #include <QStatusBar>
 #include <errno.h>