mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 21:24: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);
|
||||
|
||||
#ifdef Q_OS_ANDROID
|
||||
if (READ(showGraphTabs)).toBool())
|
||||
_showGraphTabsAction->setChecked(true);
|
||||
if (READ(showGraphTabs).toBool())
|
||||
_showGraphTabsAction->setChecked(true);
|
||||
else
|
||||
showGraphTabs(false);
|
||||
#endif // Q_OS_ANDROID
|
||||
|
Loading…
Reference in New Issue
Block a user