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>2015-10-19 15:41:53 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-10-19 15:41:53 +0300
commitc66c25944739064ac96c040e732d7c5cfe342e29 (patch)
treeb5a6847f5d734cde748053319471d48cd224c552 /src/gui/settingsdialog.h
parent4ad165ce26f1a26ac30b7ac92ffc5266443485f0 (diff)
SettingsDialog: Add new widet called ActivityWidget.
This is the new widget to display server activity.
Diffstat (limited to 'src/gui/settingsdialog.h')
-rw-r--r--src/gui/settingsdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h
index 3b8e0c651..de905bd7a 100644
--- a/src/gui/settingsdialog.h
+++ b/src/gui/settingsdialog.h
@@ -79,7 +79,7 @@ private:
// Maps the actions from the action group to the toolbar actions
QHash<QAction*, QAction*> _toolbarAccountActions;
- QAction * _protocolAction;
+ QAction * _activityAction;
ownCloudGui *_gui;
};