From d009b2e3665ab49ce8885a7d1f59d67bdaf4cd7e Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Thu, 5 Jul 2018 14:30:25 +0200 Subject: WIP better handling for slider creation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The creation of sliders is now using a template instead of a string computation. Also fixed some indentation and trailing spaces issues. Change-Id: Ieb1d9f953d61fa1bac46bf1ab6904e67d09a3fa9 Signed-off-by: Loïc Collignon --- app/mixer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/mixer.h') diff --git a/app/mixer.h b/app/mixer.h index a46c8a1..1eb6b76 100644 --- a/app/mixer.h +++ b/app/mixer.h @@ -21,6 +21,7 @@ #include #include #include +#include #include "qafbwebsocketclient.h" //#include "volumeslider.h" @@ -31,6 +32,7 @@ class Mixer Q_PROPERTY(QStringList roles READ roles NOTIFY rolesChanged) private: + QMap volumes_; public: explicit Mixer(QObject* parent = nullptr); -- cgit 1.2.3-korg