summaryrefslogtreecommitdiff
path: root/muse2/awl/pitchlabel.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-06-02 20:00:56 +0000
committerFlorian Jung <flo@windfisch.org>2011-06-02 20:00:56 +0000
commitf1e4528216ba836bd827e74cdf9a3b328be91c83 (patch)
tree0a5ca610cd19cdb8521f904734da96ce879ef314 /muse2/awl/pitchlabel.h
parent9187899632c14d64b3fae6477b7f941240f912a6 (diff)
applied WillyFoobar's patch: moved all Q_OBJECT statements to
their appropriate place
Diffstat (limited to 'muse2/awl/pitchlabel.h')
-rw-r--r--muse2/awl/pitchlabel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/awl/pitchlabel.h b/muse2/awl/pitchlabel.h
index e5c34dba..a09d1ced 100644
--- a/muse2/awl/pitchlabel.h
+++ b/muse2/awl/pitchlabel.h
@@ -30,9 +30,11 @@ namespace Awl {
//---------------------------------------------------------
class PitchLabel : public QLabel {
+ Q_OBJECT
+
bool _pitchMode;
int _value;
- Q_OBJECT
+
protected:
QSize sizeHint() const;