aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2015-07-09 13:23:44 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2015-07-16 11:54:28 +0200
commitdca6040a8625bfdb905f3aa99e44bb31e84352b9 (patch)
tree4e4fb1d727cdb5fa669caa4c819071bf3ac40fe4 /src/qt/walletmodel.cpp
parented789ceade71f19f04340a4041d7d3ef43c44086 (diff)
downloadbitcoin-dca6040a8625bfdb905f3aa99e44bb31e84352b9.tar.xz
[Qt] remove std namespace polution from code
Diffstat (limited to 'src/qt/walletmodel.cpp')
-rw-r--r--src/qt/walletmodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp
index 2691fa9309..168a0255ff 100644
--- a/src/qt/walletmodel.cpp
+++ b/src/qt/walletmodel.cpp
@@ -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),