diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-08-07 16:09:49 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-08-07 16:09:49 +0200 |
| commit | 856aacf388b2dd4c8213e699ff6377203a9194cc (patch) | |
| tree | fb38e845aec7b4b9f6e9a54b3271ee6eb719b9f8 /src/qt/optionsmodel.cpp | |
| parent | Accept "bitcoin:" URL drops from browsers (diff) | |
| download | discoin-856aacf388b2dd4c8213e699ff6377203a9194cc.tar.xz discoin-856aacf388b2dd4c8213e699ff6377203a9194cc.zip | |
don't include <QDebug>
Diffstat (limited to 'src/qt/optionsmodel.cpp')
| -rw-r--r-- | src/qt/optionsmodel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 4656ad08d..efc216dab 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -3,8 +3,6 @@ #include "headers.h" -#include <QDebug> - OptionsModel::OptionsModel(CWallet *wallet, QObject *parent) : QAbstractListModel(parent), wallet(wallet), |