mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
82f6c60856
commit
d13f73001b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue