diff options
| author | Philip Kaufmann <[email protected]> | 2015-07-09 13:23:44 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2015-07-16 11:54:28 +0200 |
| commit | dca6040a8625bfdb905f3aa99e44bb31e84352b9 (patch) | |
| tree | 4e4fb1d727cdb5fa669caa4c819071bf3ac40fe4 /src/qt/walletmodel.cpp | |
| parent | Merge pull request #6438 (diff) | |
| download | discoin-dca6040a8625bfdb905f3aa99e44bb31e84352b9.tar.xz discoin-dca6040a8625bfdb905f3aa99e44bb31e84352b9.zip | |
[Qt] remove std namespace polution from code
Diffstat (limited to 'src/qt/walletmodel.cpp')
| -rw-r--r-- | src/qt/walletmodel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 2691fa930..168a0255f 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), |