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 @@
#include <QDesktopServices>
#else
#include <QStandardPaths>
#include <QtConcurrent>
#endif
#include <QAbstractButton>
#include <QtConcurrent>
#include <QCheckBox>
#include <QFileDialog>
#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