Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
62ca6130
Commit
62ca6130
authored
Jun 25, 2014
by
Fabio Bas
Browse files
#include <QtConcurrent> only for qt5, qt4 has this in QtCore
parent
4e56ceb6
Changes
1
Show whitespace changes
Inline
Side-by-side
oracle/src/oraclewizard.cpp
View file @
62ca6130
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment