mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
#include <QtConcurrent> only for qt5, qt4 has this in QtCore
This commit is contained in:
parent
4e56ceb623
commit
62ca6130d1
1 changed files with 1 additions and 1 deletions
|
|
@ -3,9 +3,9 @@
|
|||
#include <QDesktopServices>
|
||||
#else
|
||||
#include <QStandardPaths>
|
||||
#include <QtConcurrent>
|
||||
#endif
|
||||
#include <QAbstractButton>
|
||||
#include <QtConcurrent>
|
||||
#include <QCheckBox>
|
||||
#include <QFileDialog>
|
||||
#include <QGridLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue