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:
authorKlaas Freitag <freitag@owncloud.com>2016-04-05 14:57:38 +0300
committerKlaas Freitag <freitag@owncloud.com>2016-04-05 14:57:38 +0300
commit5b409215870eec72d3af881332dd1030b32c2580 (patch)
treef051e9c0bc9aee69e0ac294923281201308cea3f /src/gui/protocolwidget.h
parent65e740301a38b12afeaa9a35cf6aa24b0ea817c7 (diff)
ProtocolWidget: Show number of non synced files in tab label.
Diffstat (limited to 'src/gui/protocolwidget.h')
-rw-r--r--src/gui/protocolwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/protocolwidget.h b/src/gui/protocolwidget.h
index 7f8659c27..6f56504d4 100644
--- a/src/gui/protocolwidget.h
+++ b/src/gui/protocolwidget.h
@@ -60,6 +60,7 @@ protected:
signals:
void copyToClipboard();
+ void issueItemCountUpdated(int);
private:
void setSyncResultStatus(const SyncResult& result );