]> git.sesse.net Git - kdenlive/blobdiff - src/dragvalue.h
Minor
[kdenlive] / src / dragvalue.h
index cfd1f02ac6726e1972fc763c370efa89befcd763..eda130f82768408991ce1f14beaa6b5de7abd4dd 100644 (file)
@@ -85,7 +85,7 @@ public:
     * @param suffix The suffix that will be displayed in the spinbox (for example '%')
     * @param showSlider If disabled, user can still drag on the label but no progress bar is shown
     */    
-    DragValue(const QString &label, double defaultValue, int decimals, double min = 0, double max = 100, int id = -1, const QString suffix = QString(), bool showSlider = true, QWidget* parent = 0);
+    explicit DragValue(const QString &label, double defaultValue, int decimals, double min = 0, double max = 100, int id = -1, const QString &suffix = QString(), bool showSlider = true, QWidget* parent = 0);
     virtual ~DragValue();
 
     /** @brief Returns the precision = number of decimals */