Debugger/ExceptionLogger.py

changeset 458
1695e7a2db54
parent 406
eacf81fad150
child 476
121633976eca
--- a/Debugger/ExceptionLogger.py	Thu Aug 05 08:39:56 2010 +0200
+++ b/Debugger/ExceptionLogger.py	Fri Aug 06 12:39:40 2010 +0200
@@ -39,8 +39,7 @@
         self.setSortingEnabled(False)
 
         self.setContextMenuPolicy(Qt.CustomContextMenu)
-        self.connect(self,SIGNAL('customContextMenuRequested(const QPoint &)'),
-                     self.__showContextMenu)
+        self.customContextMenuRequested.connect(self.__showContextMenu)
         self.connect(self,SIGNAL('itemDoubleClicked(QTreeWidgetItem *, int)'),
                      self.__itemDoubleClicked)
 

eric ide

mercurial