]> git.sesse.net Git - kdenlive/blobdiff - src/geometrywidget.h
coverity fix
[kdenlive] / src / geometrywidget.h
index dceadd6d4320a1fd8cc6f1c70e0c9e018b0cbee7..3f7414408c63f7191a30457ff4cb800fb345c25f 100644 (file)
@@ -48,7 +48,7 @@ public:
     * @param isEffect true if used in an effect, false if used in a transition
     * @param showRotation Should we show or hide the rotation sliders
     * @param parent (optional) Parent widget */
-    GeometryWidget(Monitor *monitor, const Timecode &timecode, int clipPos, bool isEffect, bool showRotation, QWidget* parent = 0);
+    explicit GeometryWidget(Monitor *monitor, const Timecode &timecode, int clipPos, bool isEffect, bool showRotation, QWidget* parent = 0);
     virtual ~GeometryWidget();
     /** @brief Gets the geometry as a serialized string. */
     QString getValue() const;
@@ -56,7 +56,7 @@ public:
     /** @brief Updates the timecode display according to settings (frame number or hh:mm:ss:ff) */
     void updateTimecodeFormat();
     /** @brief Sets the size of the original clip. */
-    void setFrameSize(QPoint size);
+    void setFrameSize(const QPoint &size);
     void addParameter(const QDomElement &elem);
     void importKeyframes(const QString &data, int maximum);
     int currentPosition() const;