[Qt] remove std namespace polution from code

This commit is contained in:
Philip Kaufmann
2015-07-09 13:23:44 +02:00
parent ed789ceade
commit dca6040a86
5 changed files with 11 additions and 20 deletions

View File

@@ -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),