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.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp
index 2e18446..a31070e 100644
--- a/src/jalv_qt.cpp
+++ b/src/jalv_qt.cpp
@@ -70,12 +70,12 @@ static QApplication* app = nullptr;
class FlowLayout : public QLayout
{
public:
- FlowLayout(QWidget* parent,
- int margin = -1,
- int hSpacing = -1,
- int vSpacing = -1);
+ explicit FlowLayout(QWidget* parent,
+ int margin = -1,
+ int hSpacing = -1,
+ int vSpacing = -1);
- FlowLayout(int margin = -1, int hSpacing = -1, int vSpacing = -1);
+ explicit FlowLayout(int margin = -1, int hSpacing = -1, int vSpacing = -1);
~FlowLayout() override;
@@ -308,7 +308,7 @@ class Control : public QGroupBox
Q_OBJECT
public:
- Control(PortContainer portContainer, QWidget* parent = nullptr);
+ explicit Control(PortContainer portContainer, QWidget* parent = nullptr);
Q_SLOT void dialChanged(int value);