Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KAlgebra
Commits
ccb98a76
Commit
ccb98a76
authored
Dec 12, 2020
by
Carl Schwan
🚴
Browse files
Fix compilation
parent
be0eef9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mobile/main.cpp
View file @
ccb98a76
...
...
@@ -17,9 +17,10 @@
*************************************************************************************/
#include <QGuiApplication>
#ifndef Q_OS_ANDROID
#include <QApplication>
#ifdef Q_OS_ANDROID
#include <QQuickStyle>
#else
#include <QApplication>
#endif
#include <KLocalizedContext>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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