mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
[Qt] remove std namespace polution from code
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
#include <QSet>
|
||||
#include <QTimer>
|
||||
|
||||
using namespace std;
|
||||
|
||||
WalletModel::WalletModel(CWallet *wallet, OptionsModel *optionsModel, QObject *parent) :
|
||||
QObject(parent), wallet(wallet), optionsModel(optionsModel), addressTableModel(0),
|
||||
transactionTableModel(0),
|
||||
|
||||
Reference in New Issue
Block a user