summary refs log tree commit diff
path: root/src/dialogs/FallbackAuth.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-09-17 23:06:03 +0000
committerGitHub <noreply@github.com>2021-09-17 23:06:03 +0000
commitd1c8149d07b6c4be63cec581e5a7f5108ce56058 (patch)
tree32b92340908a9374214ec7b84c1fac7ea338f56d /src/dialogs/FallbackAuth.h
parentMerge pull request #728 from Thulinma/goto (diff)
parentChange indentation to 4 spaces (diff)
downloadnheko-d1c8149d07b6c4be63cec581e5a7f5108ce56058.tar.xz
Merge pull request #729 from Nheko-Reborn/reformat
Change indentation to 4 spaces
Diffstat (limited to 'src/dialogs/FallbackAuth.h')
-rw-r--r--src/dialogs/FallbackAuth.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/dialogs/FallbackAuth.h b/src/dialogs/FallbackAuth.h

index 8e4e28ea..6bfd59f7 100644 --- a/src/dialogs/FallbackAuth.h +++ b/src/dialogs/FallbackAuth.h
@@ -13,18 +13,18 @@ namespace dialogs { class FallbackAuth : public QWidget { - Q_OBJECT + Q_OBJECT public: - FallbackAuth(const QString &authType, const QString &session, QWidget *parent = nullptr); + FallbackAuth(const QString &authType, const QString &session, QWidget *parent = nullptr); signals: - void confirmation(); - void cancel(); + void confirmation(); + void cancel(); private: - QPushButton *openBtn_; - QPushButton *confirmBtn_; - QPushButton *cancelBtn_; + QPushButton *openBtn_; + QPushButton *confirmBtn_; + QPushButton *cancelBtn_; }; } // dialogs