mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove unneeded setupFinished signal from EditLocallyJob
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
401ecd8e3c
commit
348c2536ce
@ -155,7 +155,6 @@ void EditLocallyJob::proceedWithSetup()
|
||||
_localFilePath = _folderForFile->path() + _relativePathToRemoteRoot;
|
||||
|
||||
Systray::instance()->destroyEditFileLocallyLoadingDialog();
|
||||
Q_EMIT setupFinished();
|
||||
startEditLocally();
|
||||
}
|
||||
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user