]> git.sesse.net Git - kdenlive/blobdiff - src/addtrackcommand.cpp
Reformat initializer lists in all constructors.
[kdenlive] / src / addtrackcommand.cpp
index 89bf7deb7cf5550c01c3a1259734e9a311ec32b5..0908371935727a90dd825ccc102180f8695dbc82 100644 (file)
 
 #include <KLocale>
 
-AddTrackCommand::AddTrackCommand(CustomTrackView *view, int ix, TrackInfo info, bool addTrack, QUndoCommand * parent) : QUndoCommand(parent), m_view(view), m_ix(ix), m_info(info), m_addTrack(addTrack)
+AddTrackCommand::AddTrackCommand(CustomTrackView *view, int ix, TrackInfo info, bool addTrack, QUndoCommand * parent) :
+        QUndoCommand(parent),
+        m_view(view),
+        m_ix(ix),
+        m_info(info),
+        m_addTrack(addTrack)
 {
     if (addTrack) setText(i18n("Add track"));
     else setText(i18n("Delete track"));