summaryrefslogtreecommitdiffstats
path: root/hyperui
diff options
context:
space:
mode:
authorAdriano Rezende <adriano.rezende@openbossa.org>2009-11-05 14:22:19 -0300
committerAdriano Rezende <adriano.rezende@openbossa.org>2009-11-16 10:34:52 -0300
commit3517085f8fd79262a5730db2d073d385d0795998 (patch)
tree137cc5fb555c83adf73ba9d63a4f66ae297a2cff /hyperui
parent0579478a9e3b4d71070342fba52a5b99403375df (diff)
HyperUI: Added missing Q_OBJECT macro
Diffstat (limited to 'hyperui')
-rw-r--r--hyperui/label.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hyperui/label.h b/hyperui/label.h
index e568797..ac89561 100644
--- a/hyperui/label.h
+++ b/hyperui/label.h
@@ -37,6 +37,8 @@
class Label : public QGraphicsWidget
{
+ Q_OBJECT
+
public:
Label(QGraphicsItem *parent = 0);