From 0634d3f09c6e427e0b5091ebd9ba770099057951 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Thu, 13 Jul 2023 12:53:51 -0400 Subject: QML the fallback auth dialog --- src/dialogs/FallbackAuth.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/dialogs/FallbackAuth.h (limited to 'src/dialogs/FallbackAuth.h') diff --git a/src/dialogs/FallbackAuth.h b/src/dialogs/FallbackAuth.h deleted file mode 100644 index 62092b08..00000000 --- a/src/dialogs/FallbackAuth.h +++ /dev/null @@ -1,30 +0,0 @@ -// SPDX-FileCopyrightText: Nheko Contributors -// -// SPDX-License-Identifier: GPL-3.0-or-later - -#pragma once - -#include - -class QPushButton; -class QLabel; - -namespace dialogs { - -class FallbackAuth final : public QWidget -{ - Q_OBJECT - -public: - FallbackAuth(const QString &authType, const QString &session, QWidget *parent = nullptr); - -signals: - void confirmation(); - void cancel(); - -private: - QPushButton *openBtn_; - QPushButton *confirmBtn_; - QPushButton *cancelBtn_; -}; -} // dialogs -- cgit 1.5.1