summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qmlmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index e09084a8a..932ffc911 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -214,8 +214,6 @@ public slots:
void copyAppLogToClipboard();
bool createSupportEmail();
void finishSetup();
- void openLocalThenRemote(QString url);
- void mergeLocalRepo();
QString getNumber(const QString& diveId);
QString getDate(const QString& diveId);
QString getCurrentPosition();
@@ -278,6 +276,8 @@ private:
void loadDivesWithValidCredentials();
void revertToNoCloudIfNeeded();
void consumeFinishedLoad();
+ void mergeLocalRepo();
+ void openLocalThenRemote(QString url);
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
QString appLogFileName;