Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
63f15c94
Unverified
Commit
63f15c94
authored
Apr 24, 2020
by
Don Gagne
Committed by
GitHub
Apr 24, 2020
Browse files
Merge pull request #8677 from patrickelectric/foward_declaration
QGCApplication: Use forward declaration in QQmlApplicationEngine
parents
e9bbd5eb
0bb9ba9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QGCApplication.h
View file @
63f15c94
...
...
@@ -11,7 +11,6 @@
#include
<QApplication>
#include
<QTimer>
#include
<QQmlApplicationEngine>
#include
<QElapsedTimer>
#include
"LinkConfiguration.h"
...
...
@@ -31,6 +30,7 @@
#endif
// Work around circular header includes
class
QQmlApplicationEngine
;
class
QGCSingleton
;
class
QGCToolbox
;
class
QGCFileDownload
;
...
...
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