Commit 62ca6130 authored by Fabio Bas's avatar Fabio Bas
Browse files

#include <QtConcurrent> only for qt5, qt4 has this in QtCore

parent 4e56ceb6
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
#include <QDesktopServices> #include <QDesktopServices>
#else #else
#include <QStandardPaths> #include <QStandardPaths>
#include <QtConcurrent>
#endif #endif
#include <QAbstractButton> #include <QAbstractButton>
#include <QtConcurrent>
#include <QCheckBox> #include <QCheckBox>
#include <QFileDialog> #include <QFileDialog>
#include <QGridLayout> #include <QGridLayout>
......
Supports Markdown
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