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>2019-12-12 17:04:35 +0300
committerHannah von Reth <vonreth@kde.org>2019-12-16 21:55:40 +0300
commita94804c75d1751b8ac0447a805c877b4a51b4c51 (patch)
treeddb988d86ccf7d43ef03059075f4d3d168c4ed77 /src/gui/settingsdialog.h
parentdb9d56a92c65af1776d0103137ca6f8a71fe4510 (diff)
[OAuth] Add state parameter to negotiation
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 ae5e8e7a8..1947ed1db 100644
--- a/src/gui/settingsdialog.h
+++ b/src/gui/settingsdialog.h
@@ -49,7 +49,7 @@ class SettingsDialog : public QDialog
Q_PROPERTY(QWidget* currentPage READ currentPage)
public:
- explicit SettingsDialog(ownCloudGui *gui, QWidget *parent = 0);
+ explicit SettingsDialog(ownCloudGui *gui, QWidget *parent = nullptr);
~SettingsDialog();
QWidget* currentPage();