summary refs log tree commit diff
path: root/src/dialogs/FallbackAuth.h
diff options
context:
space:
mode:
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