diff options
Diffstat (limited to 'src/modules/popupeditor/PopupEditorWindow.cpp')
| -rw-r--r-- | src/modules/popupeditor/PopupEditorWindow.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/popupeditor/PopupEditorWindow.cpp b/src/modules/popupeditor/PopupEditorWindow.cpp index 324ffb498..6e469d1c9 100644 --- a/src/modules/popupeditor/PopupEditorWindow.cpp +++ b/src/modules/popupeditor/PopupEditorWindow.cpp @@ -453,8 +453,6 @@ void SinglePopupEditor::customContextMenuRequested(const QPoint & pos) bool bSeparatorInserted = false; - // if(!findPrologue(parentMenu)) - // { m_pContextPopup->addSeparator(); bSeparatorInserted = true; m_pContextPopup->addAction(*(g_pIconManager->getSmallIcon(KviIconManager::Prologue)), @@ -1330,7 +1328,6 @@ void PopupEditorWidget::currentItemChanged(QTreeWidgetItem * it, QTreeWidgetItem saveLastEditedItem(); m_pLastEditedItem = (MenuTreeWidgetItem *)it; - m_pEditor->edit(m_pLastEditedItem); } @@ -1348,8 +1345,6 @@ void PopupEditorWidget::commit() saveLastEditedItem(); - //KviKvsPopupManager::instance()->clear(); - int topcount = m_pTreeWidget->topLevelItemCount(); // Copy the original popup dict |
