You can't use members that don't exist. I have no idea what you meant to do here, Andreas, but it wasn't this.

Build again.


CCMAIL: ahartmetz@gmail.com


svn path=/trunk/KDE/kdebase/workspace/; revision=812655
This commit is contained in:
Alex Merry 2008-05-25 22:17:28 +00:00
parent db8ca7f784
commit f31063fcdb

View file

@ -101,9 +101,6 @@ void VideoRecordEffectConfig::save()
KConfigGroup conf = EffectsHandler::effectConfig("VideoRecord");
conf.writeEntry("videopath", saveVideo->url().path());
m_actionCollection->writeSettings();
m_ui->editor->save(); // undo() will restore to this state from now on
conf.sync();