From cd160070c2966448aca7f3ab1660d65a623074dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Dec 2020 16:48:28 +0100 Subject: Make member variable private --- src/jalv_qt.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp index 6ebef60..24425d6 100644 --- a/src/jalv_qt.cpp +++ b/src/jalv_qt.cpp @@ -318,14 +318,13 @@ public: void setValue(float value); - QDial* dial; - private: void setRange(float min, float max); QString getValueLabel(float value); float getValue(); int stringWidth(const QString& str); + QDial* dial; const LilvPlugin* plugin; struct Port* port; -- cgit v1.2.1