mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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();
|
void copyAppLogToClipboard();
|
||||||
bool createSupportEmail();
|
bool createSupportEmail();
|
||||||
void finishSetup();
|
void finishSetup();
|
||||||
void openLocalThenRemote(QString url);
|
|
||||||
void mergeLocalRepo();
|
|
||||||
QString getNumber(const QString& diveId);
|
QString getNumber(const QString& diveId);
|
||||||
QString getDate(const QString& diveId);
|
QString getDate(const QString& diveId);
|
||||||
QString getCurrentPosition();
|
QString getCurrentPosition();
|
||||||
|
@ -278,6 +276,8 @@ private:
|
||||||
void loadDivesWithValidCredentials();
|
void loadDivesWithValidCredentials();
|
||||||
void revertToNoCloudIfNeeded();
|
void revertToNoCloudIfNeeded();
|
||||||
void consumeFinishedLoad();
|
void consumeFinishedLoad();
|
||||||
|
void mergeLocalRepo();
|
||||||
|
void openLocalThenRemote(QString url);
|
||||||
|
|
||||||
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
||||||
QString appLogFileName;
|
QString appLogFileName;
|
||||||
|
|
Loading…
Add table
Reference in a new issue