]> git.sesse.net Git - kdenlive/blobdiff - src/customruler.cpp
Reformat initializer lists in all constructors.
[kdenlive] / src / customruler.cpp
index fad7268c699ff3dd933ca60d091c7a0c8f09f378..b47bed2e0df7f9d09a6dd96c54f3f126fee7b390 100644 (file)
@@ -52,8 +52,12 @@ static int bigMarkDistance;
 
 const int CustomRuler::comboScale[] = { 1, 2, 5, 10, 25, 50, 125, 250, 500, 725, 1500, 3000, 6000, 12000};
 
-CustomRuler::CustomRuler(Timecode tc, CustomTrackView *parent)
-        : QWidget(parent), m_timecode(tc), m_view(parent), m_duration(0), m_offset(0)
+CustomRuler::CustomRuler(Timecode tc, CustomTrackView *parent) :
+        QWidget(parent),
+        m_timecode(tc),
+        m_view(parent),
+        m_duration(0),
+        m_offset(0)
 {
     setFont(KGlobalSettings::toolBarFont());
     m_scale = 3;