diff options
| author | 2016-05-12 16:14:42 +0100 | |
|---|---|---|
| committer | 2016-05-12 18:06:25 +0100 | |
| commit | f70822528bbe08d9379be2a063e4d0ca80bcadeb (patch) | |
| tree | a63414110eebf1c4c2e0253ff35ef20ce81a81bf /src/modules/popupeditor/PopupEditorWindow.cpp | |
| parent | texticons: add select label to button (diff) | |
| download | KVIrc-f70822528bbe08d9379be2a063e4d0ca80bcadeb.tar.gz KVIrc-f70822528bbe08d9379be2a063e4d0ca80bcadeb.tar.bz2 KVIrc-f70822528bbe08d9379be2a063e4d0ca80bcadeb.zip | |
ScriptEditorImplementation: add dialog minimum width
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 |
