diff --git a/src/gui/editlocallyjob.cpp b/src/gui/editlocallyjob.cpp index 62a4fb8be6..cf2c108226 100644 --- a/src/gui/editlocallyjob.cpp +++ b/src/gui/editlocallyjob.cpp @@ -155,7 +155,6 @@ void EditLocallyJob::proceedWithSetup() _localFilePath = _folderForFile->path() + _relativePathToRemoteRoot; Systray::instance()->destroyEditFileLocallyLoadingDialog(); - Q_EMIT setupFinished(); startEditLocally(); } diff --git a/src/gui/editlocallyjob.h b/src/gui/editlocallyjob.h index 3f215f90e4..8eeaa4afbb 100644 --- a/src/gui/editlocallyjob.h +++ b/src/gui/editlocallyjob.h @@ -43,10 +43,10 @@ public: [[nodiscard]] static QString prefixSlashToPath(const QString &path); signals: - void setupFinished(); void error(const QString &message, const QString &informativeText); void finished(); void callShowError(const QString &message, const QString &informativeText); + public slots: void startSetup(); void startEditLocally();