aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_qt.cpp')
-rw-r--r--src/jalv_qt.cpp3
1 files changed, 1 insertions, 2 deletions
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;