]> git.sesse.net Git - kdenlive/blobdiff - src/clipproperties.h
const'ify. Remove unimplemented function. Fix indent. Optimization
[kdenlive] / src / clipproperties.h
index dd41577328132d1775f36667f92fcaaf99c6bd6b..0753b49d88089244e5ea30d2ef2e5a92dd440641 100644 (file)
@@ -32,7 +32,9 @@ class PropertiesViewDelegate : public QStyledItemDelegate
 {
     Q_OBJECT
 public:
-    PropertiesViewDelegate(QWidget *parent) : QStyledItemDelegate(parent) {
+    PropertiesViewDelegate(QWidget *parent)
+        : QStyledItemDelegate(parent)
+    {
         m_height = parent->fontMetrics().height() * 1.2;
     }
 protected: