mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -28,6 +28,11 @@
|
||||
#include <QTimer>
|
||||
#include <QWindow>
|
||||
|
||||
using wallet::WALLET_FLAG_BLANK_WALLET;
|
||||
using wallet::WALLET_FLAG_DESCRIPTORS;
|
||||
using wallet::WALLET_FLAG_DISABLE_PRIVATE_KEYS;
|
||||
using wallet::WALLET_FLAG_EXTERNAL_SIGNER;
|
||||
|
||||
WalletController::WalletController(ClientModel& client_model, const PlatformStyle* platform_style, QObject* parent)
|
||||
: QObject(parent)
|
||||
, m_activity_thread(new QThread(this))
|
||||
|
||||
Reference in New Issue
Block a user