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:
authorMarkus Goetz <markus@woboq.com>2018-10-30 21:07:27 +0300
committerMarkus Goetz <markus@woboq.com>2018-11-04 21:53:22 +0300
commit4780ae15958f5c31c5272a415c128b5cda1c1f51 (patch)
tree8d8ab9f370c23f7b2803cfb8754af8b614a7f5c1 /src/gui/settingsdialog.cpp
parent22d07cfe3b665d76b086a0d803f18bbb550d7588 (diff)
Settings: Bring back version and copyright
For owncloud/enterprise#2941
Diffstat (limited to 'src/gui/settingsdialog.cpp')
-rw-r--r--src/gui/settingsdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/settingsdialog.cpp b/src/gui/settingsdialog.cpp
index a6e5de234..e1c36efd3 100644
--- a/src/gui/settingsdialog.cpp
+++ b/src/gui/settingsdialog.cpp
@@ -103,6 +103,7 @@ SettingsDialog::SettingsDialog(ownCloudGui *gui, QWidget *parent)
_toolBar->addAction(generalAction);
GeneralSettings *generalSettings = new GeneralSettings;
_ui->stack->addWidget(generalSettings);
+ QObject::connect(generalSettings, &GeneralSettings::showAbout, gui, &ownCloudGui::slotAbout);
QAction *networkAction = createColorAwareAction(QLatin1String(":/client/resources/network.png"), tr("Network"));
_actionGroup->addAction(networkAction);