aboutsummaryrefslogtreecommitdiff
path: root/tests/dbus-types/pulseaudio-volume.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus-types/pulseaudio-volume.h')
-rw-r--r--tests/dbus-types/pulseaudio-volume.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/dbus-types/pulseaudio-volume.h b/tests/dbus-types/pulseaudio-volume.h
index e9fe73d..6d5a222 100644
--- a/tests/dbus-types/pulseaudio-volume.h
+++ b/tests/dbus-types/pulseaudio-volume.h
@@ -42,9 +42,6 @@ private:
unsigned int volume_;
};
-Q_DECLARE_METATYPE(PulseaudioVolume)
-
-
class PulseaudioVolumeArray
{
public:
@@ -68,4 +65,5 @@ private:
QVector<PulseaudioVolume> volume_array_;
};
+Q_DECLARE_METATYPE(PulseaudioVolume)
Q_DECLARE_METATYPE(PulseaudioVolumeArray)