]> git.sesse.net Git - kdenlive/commitdiff
reindent
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Fri, 21 May 2010 21:11:34 +0000 (21:11 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Fri, 21 May 2010 21:11:34 +0000 (21:11 +0000)
svn path=/trunk/kdenlive/; revision=4466

src/kdenlivesettingsdialog.cpp

index f6c14329c540410d14357b44a70c59dc333c6183..affc5e1fc14271697832afd384cd8a37d0752ee4 100644 (file)
@@ -121,7 +121,8 @@ KdenliveSettingsDialog::KdenliveSettingsDialog(QWidget * parent) :
 
     connect(m_configCapture.kcfg_video4vdevice, SIGNAL(editingFinished()), this, SLOT(rebuildVideo4Commands()));
     connect(m_configCapture.kcfg_video4adevice, SIGNAL(editingFinished()), this, SLOT(rebuildVideo4Commands()));
-    connect(m_configCapture.kcfg_video4vcodec, SIGNAL(editingFinished()), this, SLOT(rebuildVideo4Commands()));    connect(m_configCapture.kcfg_video4acodec, SIGNAL(editingFinished()), this, SLOT(rebuildVideo4Commands()));
+    connect(m_configCapture.kcfg_video4vcodec, SIGNAL(editingFinished()), this, SLOT(rebuildVideo4Commands()));
+    connect(m_configCapture.kcfg_video4acodec, SIGNAL(editingFinished()), this, SLOT(rebuildVideo4Commands()));
     connect(m_configCapture.kcfg_video4vformat, SIGNAL(editingFinished()), this, SLOT(rebuildVideo4Commands()));
     connect(m_configCapture.kcfg_video4aformat, SIGNAL(editingFinished()), this, SLOT(rebuildVideo4Commands()));
     connect(m_configCapture.kcfg_video4size, SIGNAL(editingFinished()), this, SLOT(rebuildVideo4Commands()));