Added missing Q_OBJECTs

This commit is contained in:
Klaas Freitag 2012-03-14 11:57:08 +01:00
parent ad6b3504ee
commit 759e2fff9d
3 changed files with 3 additions and 0 deletions

View file

@ -75,6 +75,7 @@ set(mirall_HEADERS
mirall/sitecopyfolder.h
mirall/statusdialog.h
mirall/unisonfolder.h
mirall/theme.h
)
IF( UNIX )

View file

@ -40,6 +40,7 @@ public:
class FolderViewDelegate : public QStyledItemDelegate
{
Q_OBJECT
public:
FolderViewDelegate();
virtual ~FolderViewDelegate();

View file

@ -29,6 +29,7 @@ class SyncResult;
class Theme : public QObject
{
Q_OBJECT
public:
Theme();