Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/folderwizard.h')
-rw-r--r--src/gui/folderwizard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/folderwizard.h b/src/gui/folderwizard.h
index 1796555a4..bbed262c7 100644
--- a/src/gui/folderwizard.h
+++ b/src/gui/folderwizard.h
@@ -98,6 +98,7 @@ protected slots:
void slotFolderEntryEdited(const QString& text);
void slotLsColFolderEntry();
void slotTypedPathFound(const QStringList& subpaths);
+ void slotTypedPathError(QNetworkReply* reply);
private:
LsColJob* runLsColJob(const QString& path);
void recursiveInsert(QTreeWidgetItem *parent, QStringList pathTrail, QString path);