Debugger/WatchPointModel.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 4021
195a471c327b
diff -r ffeb85cdc72d -r 441956d8fce5 Debugger/WatchPointModel.py
--- a/Debugger/WatchPointModel.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/Debugger/WatchPointModel.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,7 +9,7 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtCore import pyqtSignal, Qt, QAbstractItemModel, QModelIndex
+from PyQt5.QtCore import pyqtSignal, Qt, QAbstractItemModel, QModelIndex
 
 
 class WatchPointModel(QAbstractItemModel):

eric ide

mercurial