summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2011-10-28 14:26:42 +0200
committerAlex Merry <dev@randomguy3.me.uk>2011-10-28 14:26:42 +0200
commit3c1fcb30e77ac057433da958ab565886ee51a041 (patch)
tree01dd408d0b419f23f9b48a8cf88c6c3012e301b8
parente49663a4e8a948186163216570265e7b288de286 (diff)
Add missing Q_OBJECT macros
-rw-r--r--mpris2/roottestwidget.h1
-rw-r--r--mpris2/testconsole.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/mpris2/roottestwidget.h b/mpris2/roottestwidget.h
index 0dac1e5..73fcaed 100644
--- a/mpris2/roottestwidget.h
+++ b/mpris2/roottestwidget.h
@@ -28,6 +28,7 @@ namespace Mpris2
class RootInterfaceTest;
class RootTestWidget : public QWidget
{
+ Q_OBJECT
public:
RootTestWidget(RootInterfaceTest *test, QWidget *parent = 0);
diff --git a/mpris2/testconsole.h b/mpris2/testconsole.h
index 46f621f..b530dd8 100644
--- a/mpris2/testconsole.h
+++ b/mpris2/testconsole.h
@@ -28,6 +28,7 @@ namespace Mpris2
{
class TestConsole : public QWidget
{
+ Q_OBJECT
public:
TestConsole(QWidget* parent = 0);