From f1e4528216ba836bd827e74cdf9a3b328be91c83 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Thu, 2 Jun 2011 20:00:56 +0000 Subject: applied WillyFoobar's patch: moved all Q_OBJECT statements to their appropriate place --- muse2/awl/tempolabel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'muse2/awl/tempolabel.h') diff --git a/muse2/awl/tempolabel.h b/muse2/awl/tempolabel.h index df9abfcd..b7df6b56 100644 --- a/muse2/awl/tempolabel.h +++ b/muse2/awl/tempolabel.h @@ -30,9 +30,10 @@ namespace Awl { //--------------------------------------------------------- class TempoLabel : public QLabel { + Q_OBJECT double _value; - Q_OBJECT + protected: QSize sizeHint() const; -- cgit v1.2.3