mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
style-guide nitpicking :-)
svn path=/trunk/KDE/kdebase/apps/; revision=700074
This commit is contained in:
parent
f8fa4e8df1
commit
fbf046b8bb
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ void TreeViewContextMenu::rename()
|
||||||
{
|
{
|
||||||
const KUrl& oldUrl = m_fileInfo.url();
|
const KUrl& oldUrl = m_fileInfo.url();
|
||||||
QList<KFileItem> items;
|
QList<KFileItem> items;
|
||||||
items.append( m_fileInfo );
|
items.append(m_fileInfo);
|
||||||
RenameDialog dialog(oldUrl, items);
|
RenameDialog dialog(oldUrl, items);
|
||||||
if (dialog.exec() == QDialog::Accepted) {
|
if (dialog.exec() == QDialog::Accepted) {
|
||||||
const QString& newName = dialog.newName();
|
const QString& newName = dialog.newName();
|
||||||
|
|
Loading…
Reference in a new issue