mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Fixed Android build
This commit is contained in:
parent
3801ff7bcb
commit
820350d60b
@ -2522,8 +2522,8 @@ void GUI::readSettings(QString &activeMap, QStringList &disabledPOIs)
|
|||||||
showGraphSliderInfo(false);
|
showGraphSliderInfo(false);
|
||||||
|
|
||||||
#ifdef Q_OS_ANDROID
|
#ifdef Q_OS_ANDROID
|
||||||
if (READ(showGraphTabs)).toBool())
|
if (READ(showGraphTabs).toBool())
|
||||||
_showGraphTabsAction->setChecked(true);
|
_showGraphTabsAction->setChecked(true);
|
||||||
else
|
else
|
||||||
showGraphTabs(false);
|
showGraphTabs(false);
|
||||||
#endif // Q_OS_ANDROID
|
#endif // Q_OS_ANDROID
|
||||||
|
Loading…
Reference in New Issue
Block a user