don't include <QDebug>

This commit is contained in:
Wladimir J. van der Laan
2011-08-07 16:09:49 +02:00
parent db7f023417
commit 856aacf388
13 changed files with 4 additions and 20 deletions

View File

@@ -3,8 +3,6 @@
#include "headers.h"
#include <QDebug>
OptionsModel::OptionsModel(CWallet *wallet, QObject *parent) :
QAbstractListModel(parent),
wallet(wallet),