summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-03-31 09:51:14 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-31 08:56:45 -0700
commitd13f73001b83501a0596bb6cdf7cc998d910134d (patch)
tree139df7af1b66e67a31de55523f654b70c83211ad /mobile-widgets
parent82f6c608566838bbfe134e336e687a5d50e0f128 (diff)
downloadsubsurface-d13f73001b83501a0596bb6cdf7cc998d910134d.tar.gz
cleanup: make QMLManager member functions private
The - mergeLocalRepo() - openLocalThenRemote() functions were not invoked from outside QMLManager. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
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;