mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed Android build
This commit is contained in:
parent
05ae8fa557
commit
f85634af3f
@ -123,7 +123,7 @@ void App::appStateChanged(Qt::ApplicationState state)
|
|||||||
|
|
||||||
if (!_gui->openFile(path, false, silent)) {
|
if (!_gui->openFile(path, false, silent)) {
|
||||||
MapAction *a;
|
MapAction *a;
|
||||||
if (!_gui->loadMap(path, a, true))
|
if (!_gui->loadMap(path, a, silent))
|
||||||
_gui->openFile(path, true, showError);
|
_gui->openFile(path, true, showError);
|
||||||
else {
|
else {
|
||||||
if (a)
|
if (a)
|
||||||
|
Loading…
Reference in New Issue
Block a user