1
0
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:
Martin Tůma 2023-02-05 00:06:02 +01:00
parent 3801ff7bcb
commit 820350d60b

View File

@ -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