summary refs log tree commit diff
path: root/src/dialogs/FallbackAuth.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-11-03 21:43:11 -0400
committerJoseph Donofry <joedonofry@gmail.com>2021-11-03 21:43:11 -0400
commit743a83c8e6f0b64b21e8042a9eb04ce35c713008 (patch)
treef980bdb8c45e607547f87e48f42144227166aa6c /src/dialogs/FallbackAuth.h
parentMerge remote-tracking branch 'nheko-im/master' into video_player_enhancements (diff)
parentUpdate translations (diff)
downloadnheko-743a83c8e6f0b64b21e8042a9eb04ce35c713008.tar.xz
Update video_player_enhancements with changes from master
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