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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-06-25 17:42:01 +0300
committerHannah von Reth <vonreth@kde.org>2020-06-29 17:01:17 +0300
commit595a95620c2226ec45edacd4f30acdf2389a3190 (patch)
tree2d7603ed0a85037cda9a7431acdd88c90f86de91 /src/gui/owncloudgui.h
parentc3a64ae185100c680e2366dbb5bf20d1a592c29c (diff)
Wizard: Make the wizard a child dialog of the settings
Diffstat (limited to 'src/gui/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index 8210ea093..36e82323e 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -63,6 +63,8 @@ public:
void hideAndShowTray();
+ SettingsDialog *settingsDialog() const;
+
signals:
void setupProxy();