From f3c76033295b8007c61eab7fcb23cf119d72b8b8 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 30 May 2022 18:58:25 +0200 Subject: qt, refactor: Convert `SendCoinsEntry` to a sub-`QWidget` It is no longer needed to derive the `SendCoinsEntry` class from the `QStackedWidget` one. --- src/qt/sendcoinsentry.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/qt/sendcoinsentry.h') diff --git a/src/qt/sendcoinsentry.h b/src/qt/sendcoinsentry.h index e8db1e3a5c..ea9d58fbf8 100644 --- a/src/qt/sendcoinsentry.h +++ b/src/qt/sendcoinsentry.h @@ -7,7 +7,7 @@ #include -#include +#include class WalletModel; class PlatformStyle; @@ -22,10 +22,8 @@ namespace Ui { /** * A single entry in the dialog for sending bitcoins. - * Stacked widget, with different UIs for payment requests - * with a strong payee identity. */ -class SendCoinsEntry : public QStackedWidget +class SendCoinsEntry : public QWidget { Q_OBJECT -- cgit v1.2.3