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>
This commit is contained in:
Berthold Stoeger 2020-03-31 09:51:14 +02:00 committed by Dirk Hohndel
parent 82f6c60856
commit d13f73001b

View file

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