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
Marco Bubke
flatpak-qt-creator
Commits
30b03650
Commit
30b03650
authored
Jan 14, 2011
by
Christian Kandeler
Browse files
Maemo: Don't use Q_WS_MAEMO_6.
This symbol does not exist. Task-number: QTCREATORBUG-3485
parent
d17abda9
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/templates/mobileapp/mainwindow.cpp
View file @
30b03650
...
...
@@ -71,7 +71,7 @@ void MainWindow::showExpanded()
{
#ifdef Q_OS_SYMBIAN
showFullScreen
();
#elif defined(Q_WS_MAEMO_5)
|| defined(Q_WS_MAEMO_6)
#elif defined(Q_WS_MAEMO_5)
showMaximized
();
#else
show
();
...
...
share/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.cpp
View file @
30b03650
...
...
@@ -148,7 +148,7 @@ void QmlApplicationViewer::showExpanded()
{
#ifdef Q_OS_SYMBIAN
showFullScreen
();
#elif defined(Q_WS_MAEMO_5)
|| defined(Q_WS_MAEMO_6)
#elif defined(Q_WS_MAEMO_5)
showMaximized
();
#else
show
();
...
...
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