diff options
Diffstat (limited to 'filesystems/dsbmc/files/patch-src_mainwin.cpp')
-rw-r--r-- | filesystems/dsbmc/files/patch-src_mainwin.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/dsbmc/files/patch-src_mainwin.cpp b/filesystems/dsbmc/files/patch-src_mainwin.cpp new file mode 100644 index 000000000000..eb6e5ef3efba --- /dev/null +++ b/filesystems/dsbmc/files/patch-src_mainwin.cpp @@ -0,0 +1,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> + |