[Marble-commits] KDE/kdeedu/marble/src/lib
Dennis Nienhüser
earthwings at gentoo.org
Fri Mar 26 22:36:09 CET 2010
SVN commit 1107798 by nienhueser:
Fix Q_WS_HILDON / Q_WS_MAEMO_5 compilation
M +1 -1 global.cpp
--- trunk/KDE/kdeedu/marble/src/lib/global.cpp #1107797:1107798
@@ -54,7 +54,7 @@
}
MarbleGlobal::Profiles MarbleGlobal::detectProfiles() {
- MarbleGlobal::Profile profile = MarbleGlobal::Default;
+ MarbleGlobal::Profiles profile = MarbleGlobal::Default;
// Checking Qt for maemo flags to find out if we are on a small screen device.
#ifdef Q_WS_HILDON // flag for Qt 4.5 (diablo and fremantle)
profile |= MarbleGlobal::SmallScreen;
More information about the Marble-commits
mailing list