]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Remove a lot more of unneeded qstrdup calls (part1: commit 4935).
[kdenlive] / src / mainwindow.cpp
index 61aa9419442d55e470a13b1408b1b13184e6a49c..bdc3b16c8465011a36b95a4472ac82bf22846684 100644 (file)
@@ -2415,9 +2415,11 @@ void MainWindow::slotEditKeys()
 
 void MainWindow::slotPreferences(int page, int option)
 {
-    //An instance of your dialog could be already created and could be
-    // cached, in which case you want to display the cached dialog
-    // instead of creating another one
+    /*
+     * An instance of your dialog could be already created and could be
+     * cached, in which case you want to display the cached dialog
+     * instead of creating another one
+     */
     if (KConfigDialog::showDialog("settings")) {
         KdenliveSettingsDialog* d = static_cast <KdenliveSettingsDialog*>(KConfigDialog::exists("settings"));
         if (page != -1) d->showPage(page, option);