Commit 0a2f5418 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: forgotten include

parent 18859359
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include <QProgressDialog> #include <QProgressDialog>
#include <QMutex> #include <QMutex>
#include <QPushButton> #include <QPushButton>
#include <QTimer>
DialogHandler::DialogHandler (intf_thread_t *intf, QObject *_parent) DialogHandler::DialogHandler (intf_thread_t *intf, QObject *_parent)
: QObject( _parent ), intf (intf), : QObject( _parent ), intf (intf),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment