]> git.sesse.net Git - kdenlive/blobdiff - src/geometrywidget.h
Add on-monitor GUI for c0rners effect. (Work in progress)
[kdenlive] / src / geometrywidget.h
index 8ffc002083222c0d9e0a0aa82b072ad19a0f4771..7c9fe33a4a850cea15b0067cd1a1a7748389f9fb 100644 (file)
@@ -42,7 +42,9 @@ class GeometryWidget : public QWidget
 public:
     /** @brief Sets up the UI and connects it.
     * @param monitor Project monitor
+    * @param timecode Timecode needed by timecode display widget
     * @param clipPos Position of the clip in timeline
+    * @param isEffect true if used in an effect, false if used in a transition
     * @param parent (optional) Parent widget */
     GeometryWidget(Monitor *monitor, Timecode timecode, int clipPos, bool isEffect, QWidget* parent = 0);
     virtual ~GeometryWidget();