mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 11:11:15 +02:00
Disallow duplicate windows.
This commit is contained in:
@ -18,6 +18,7 @@ class SendCoinsDialog;
|
||||
class SendCoinsRecipient;
|
||||
class TransactionView;
|
||||
class WalletModel;
|
||||
class AddressBookPage;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QModelIndex;
|
||||
@ -61,6 +62,8 @@ private:
|
||||
QWidget *transactionsPage;
|
||||
ReceiveCoinsDialog *receiveCoinsPage;
|
||||
SendCoinsDialog *sendCoinsPage;
|
||||
AddressBookPage *usedSendingAddressesPage;
|
||||
AddressBookPage *usedReceivingAddressesPage;
|
||||
|
||||
TransactionView *transactionView;
|
||||
|
||||
|
Reference in New Issue
Block a user