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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2016-01-12 16:35:35 +0300
committerOlivier Goffart <ogoffart@woboq.com>2016-01-12 16:36:13 +0300
commit980010174826e952fcc90cd831d574ecf6292c87 (patch)
treeaae6cdbc85113974055dd7db6f0c82a5bc9b623a /src/gui/sharee.h
parent1ed02f64945e4692d62b5474a5635258f4aac8c0 (diff)
Sharing: feedback when there is no result while searching for an user #4348
Diffstat (limited to 'src/gui/sharee.h')
-rw-r--r--src/gui/sharee.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/sharee.h b/src/gui/sharee.h
index 9a99da88d..f91b8acab 100644
--- a/src/gui/sharee.h
+++ b/src/gui/sharee.h
@@ -64,8 +64,11 @@ public:
QSharedPointer<Sharee> getSharee(int at);
+ QString currentSearch() const { return _search; }
+
signals:
void shareesReady();
+ void displayErrorMessage(int code, const QString &);
private slots:
void shareesFetched(const QVariantMap &reply);