diff options
author | Florian Jung <flo@windfisch.org> | 2011-06-02 20:00:56 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-06-02 20:00:56 +0000 |
commit | f1e4528216ba836bd827e74cdf9a3b328be91c83 (patch) | |
tree | 0a5ca610cd19cdb8521f904734da96ce879ef314 /muse2/awl/tempolabel.h | |
parent | 9187899632c14d64b3fae6477b7f941240f912a6 (diff) |
applied WillyFoobar's patch: moved all Q_OBJECT statements to
their appropriate place
Diffstat (limited to 'muse2/awl/tempolabel.h')
-rw-r--r-- | muse2/awl/tempolabel.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |