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:
authorChristian Kamm <kamm@incasoftware.de>2016-04-27 11:37:17 +0300
committerChristian Kamm <kamm@incasoftware.de>2016-04-27 11:37:17 +0300
commit0829a94c929596d3dd0441fc6fbe69ac9af8fc78 (patch)
treefc6cbce1a2203b60ec063067bfe033d7a299d32b /src/gui/folderwizard.h
parentfaf2514be2abf218e7bde5cb4bdafdbd0a090927 (diff)
Remote folder selection: improve path typing #4745 #4746
* Scroll to the target typed path * Show non-404 errors that were triggered by typing paths
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);