summaryrefslogtreecommitdiffhomepage
path: root/cv/video-widget.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-06-22 12:54:47 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-06-26 23:01:53 +0200
commitf50ac3549d6a7f1199fa012e4b03f581bc8d305b (patch)
tree50ff044f1c618119c88544709808f533ed02225e /cv/video-widget.hpp
parentd61eb905ae3fa161d50821d01ee47915713e89c2 (diff)
core, modules: modernize syntax only
Use more C++17 features where this helps any.
Diffstat (limited to 'cv/video-widget.hpp')
-rw-r--r--cv/video-widget.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cv/video-widget.hpp b/cv/video-widget.hpp
index 15430e2f..8ad62a3c 100644
--- a/cv/video-widget.hpp
+++ b/cv/video-widget.hpp
@@ -16,7 +16,7 @@
#include <QObject>
#include <QWidget>
#include <QPainter>
-#include <QPaintEvent>
+#include <QtEvents>
#include <QTimer>
#include <QMutex>
#include <QMutexLocker>