From eddc5c53f0ac8517efcb313eb7c19c9261e30618 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 8 Apr 2012 17:21:26 +0000 Subject: single bugfix in webview object + a lot of make gcc happy git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6129 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/popupeditor/PopupEditorWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/popupeditor/PopupEditorWindow.cpp') diff --git a/src/modules/popupeditor/PopupEditorWindow.cpp b/src/modules/popupeditor/PopupEditorWindow.cpp index bb20859ff..dcdea254a 100644 --- a/src/modules/popupeditor/PopupEditorWindow.cpp +++ b/src/modules/popupeditor/PopupEditorWindow.cpp @@ -371,12 +371,12 @@ void SinglePopupEditor::customContextMenuRequested(const QPoint &pos) m_pContextPopup->clear(); - PopupTreeWidgetItem * parentMenu = 0; + //PopupTreeWidgetItem * parentMenu = 0; bool bIsMenu = false; if(it) { - parentMenu = (PopupTreeWidgetItem *) (((PopupTreeWidgetItem *)it)->parent()); + //parentMenu = (PopupTreeWidgetItem *) (((PopupTreeWidgetItem *)it)->parent()); bIsMenu = ((PopupTreeWidgetItem *)it)->m_type == PopupTreeWidgetItem::Menu; } -- cgit v1.3.1-10-gc9f91