aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_qt.hpp')
-rw-r--r--src/jalv_qt.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/jalv_qt.hpp b/src/jalv_qt.hpp
index af31b6a..d371098 100644
--- a/src/jalv_qt.hpp
+++ b/src/jalv_qt.hpp
@@ -69,11 +69,11 @@ private:
QLabel* label;
QString name;
int steps;
- float max;
- float min;
- bool isInteger;
- bool isEnum;
- bool isLogarithmic;
+ float max{1.0f};
+ float min{0.0f};
+ bool isInteger{};
+ bool isEnum{};
+ bool isLogarithmic{};
std::vector<float> scalePoints;
std::map<float, const char*> scaleMap;