aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-06-16 17:54:05 +0200
committerWladimir J. van der Laan <[email protected]>2014-06-16 17:54:12 +0200
commit529047fcd18acd1b64dc95d6eb69edeaad75d405 (patch)
tree0fc95f43c7355321cbd2b79603edfdcea42e962d /src/qt/walletmodel.cpp
parentMerge pull request #4326 (diff)
parentRemove `using namespace std` from header file (diff)
downloaddiscoin-529047fcd18acd1b64dc95d6eb69edeaad75d405.tar.xz
discoin-529047fcd18acd1b64dc95d6eb69edeaad75d405.zip
Merge pull request #4349
09eb201 Remove `using namespace std` from header file (Wladimir J. van der Laan)
Diffstat (limited to 'src/qt/walletmodel.cpp')
-rw-r--r--src/qt/walletmodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp
index 87ff3db58..2f633a26c 100644
--- a/src/qt/walletmodel.cpp
+++ b/src/qt/walletmodel.cpp
@@ -24,6 +24,8 @@
#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),