Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/filesystems/dsbmc/files/patch-src_mainwin.cpp
18878 views
1
Add Qt5.14 compatibility
2
3
--- src/mainwin.cpp.orig 2020-04-04 08:18:00 UTC
4
+++ src/mainwin.cpp
5
@@ -27,6 +27,8 @@
6
#include <QSpinBox>
7
#include <QMenuBar>
8
#include <QMessageBox>
9
+#include <QMoveEvent>
10
+#include <QResizeEvent>
11
#include <QStatusBar>
12
#include <errno.h>
13
14
15