put Q_OBJECT everywhere it should be (removes warnings when running lupdate)

This commit is contained in:
Wladimir J. van der Laan
2011-09-19 12:40:23 +02:00
parent e122e42354
commit 9b490f71b0
5 changed files with 18 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
class TxViewDelegate : public QAbstractItemDelegate
{
//Q_OBJECT
Q_OBJECT
public:
TxViewDelegate(): QAbstractItemDelegate(), unit(BitcoinUnits::BTC)
{
@@ -87,6 +87,7 @@ public:
int unit;
};
#include "overviewpage.moc"
OverviewPage::OverviewPage(QWidget *parent) :
QWidget(parent),