Debugger/VariablesViewer.py

changeset 458
1695e7a2db54
parent 447
d5a0302040e9
child 482
4650a72c307a
--- a/Debugger/VariablesViewer.py	Thu Aug 05 08:39:56 2010 +0200
+++ b/Debugger/VariablesViewer.py	Fri Aug 06 12:39:40 2010 +0200
@@ -308,8 +308,7 @@
         
         self.__createPopupMenus()
         self.setContextMenuPolicy(Qt.CustomContextMenu)
-        self.connect(self,SIGNAL('customContextMenuRequested(const QPoint &)'),
-                     self.__showContextMenu)
+        self.customContextMenuRequested.connect(self.__showContextMenu)
         
         self.connect(self, SIGNAL("itemExpanded(QTreeWidgetItem *)"), 
             self.__expandItemSignal)

eric ide

mercurial