]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/treeviewcontextmenu.cpp
Readded correct Q_ASSERT(m_fileInfo.isNull()) (the previous Q_ASSERT(!m_fileInfo...
[dolphin.git] / src / treeviewcontextmenu.cpp
index 1e6583e55bea53620939ebfe57c0e59fa73e4fbb..6437c11a4417834009b2522e2a24082f99cb0bd5 100644 (file)
@@ -142,7 +142,7 @@ void TreeViewContextMenu::rename()
 {
     const KUrl& oldUrl = m_fileInfo.url();
     QList<KFileItem> items;
-    items.append( m_fileInfo );
+    items.append(m_fileInfo);
     RenameDialog dialog(oldUrl, items);
     if (dialog.exec() == QDialog::Accepted) {
         const QString& newName = dialog.newName();