From 21a5a890b3010e591e139724d5c6f555df4481f9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 23 Feb 2012 17:26:51 +0100 Subject: Whitespace cleanups and documentation fixes --- src/panels/folders/treeviewcontextmenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/panels/folders/treeviewcontextmenu.cpp') diff --git a/src/panels/folders/treeviewcontextmenu.cpp b/src/panels/folders/treeviewcontextmenu.cpp index b91fccbc0..fa8844dfa 100644 --- a/src/panels/folders/treeviewcontextmenu.cpp +++ b/src/panels/folders/treeviewcontextmenu.cpp @@ -122,7 +122,7 @@ void TreeViewContextMenu::open() // in KItemViews or manually as part of the FoldersPanel //popup->addAction(autoScrollingAction); connect(autoScrollingAction, SIGNAL(toggled(bool)), this, SLOT(setAutoScrolling(bool))); - + if (!m_fileItem.isNull()) { // insert 'Properties' entry QAction* propertiesAction = new QAction(i18nc("@action:inmenu", "Properties"), this); @@ -132,7 +132,7 @@ void TreeViewContextMenu::open() } QList customActions = m_parent->customContextMenuActions(); - if (!customActions.isEmpty()) { + if (!customActions.isEmpty()) { popup->addSeparator(); foreach (QAction* action, customActions) { popup->addAction(action); -- cgit v1.3