summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/comment.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/muse/widgets/comment.h
parent9187899632c14d64b3fae6477b7f941240f912a6 (diff)
applied WillyFoobar's patch: moved all Q_OBJECT statements to
their appropriate place
Diffstat (limited to 'muse2/muse/widgets/comment.h')
-rw-r--r--muse2/muse/widgets/comment.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/muse/widgets/comment.h b/muse2/muse/widgets/comment.h
index 688d7b2f..0dbd953b 100644
--- a/muse2/muse/widgets/comment.h
+++ b/muse2/muse/widgets/comment.h
@@ -36,8 +36,10 @@ class Comment : public QWidget, public Ui::CommentBase {
//---------------------------------------------------------
class TrackComment : public Comment {
- Track* track;
Q_OBJECT
+
+ Track* track;
+
private:
virtual void setText(const QString& s);