mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
[Qt] remove std namespace polution from code
This commit is contained in:
parent
ed789ceade
commit
dca6040a86
5 changed files with 11 additions and 20 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue