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/mslider.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'muse2/awl/mslider.h') diff --git a/muse2/awl/mslider.h b/muse2/awl/mslider.h index 4ae888b1..15dd8a7e 100644 --- a/muse2/awl/mslider.h +++ b/muse2/awl/mslider.h @@ -32,9 +32,10 @@ namespace Awl { class MeterSlider : public VolSlider { + Q_OBJECT Q_PROPERTY(int meterWidth READ meterWidth WRITE setMeterWidth) Q_PROPERTY(int channel READ channel WRITE setChannel) - Q_OBJECT + int _channel; std::vector meterval; -- cgit v1.2.3