aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletframe.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-05-16 00:13:58 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-06-06 01:04:15 +0300
commitf507681baa406046c9c3d44be39e99124a2d6e5f (patch)
tree47c4fbbcc708d367d8bd247f74c66be22e70ad92 /src/qt/walletframe.h
parentbd50ff9290ea9ec8b482db11314a6fd658373f23 (diff)
downloadbitcoin-f507681baa406046c9c3d44be39e99124a2d6e5f.tar.xz
qt: Connect WalletView signal to BitcoinGUI slot directly
This change removes redundant intermediate WalletFrame connections. This commit does not change behavior.
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r--src/qt/walletframe.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h
index 844ed121a0..4f77bd716f 100644
--- a/src/qt/walletframe.h
+++ b/src/qt/walletframe.h
@@ -47,9 +47,6 @@ public:
QSize sizeHint() const override { return m_size_hint; }
Q_SIGNALS:
- /** Notify that the user has requested more information about the out-of-sync warning */
- void requestedSyncWarningInfo();
-
void createWalletButtonClicked();
private:
@@ -98,8 +95,6 @@ public Q_SLOTS:
void usedSendingAddresses();
/** Show used receiving addresses */
void usedReceivingAddresses();
- /** Pass on signal over requested out-of-sync-warning information */
- void outOfSyncWarningClicked();
};
#endif // BITCOIN_QT_WALLETFRAME_H