PluginApis.py

changeset 12
c37c72600e60
parent 9
f15912daba7e
child 17
adaddc543e28
diff -r 08ef26cd119c -r c37c72600e60 PluginApis.py
--- a/PluginApis.py	Thu Apr 24 19:13:30 2014 +0200
+++ b/PluginApis.py	Sun Jul 06 13:22:22 2014 +0200
@@ -12,14 +12,14 @@
 import os
 import glob
 
-from PyQt4.QtCore import QObject
+from PyQt5.QtCore import QObject
 
 # Start-of-Header
 name = "APIs Plugin"
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.2.0"
+version = "2.0.0"
 className = "PluginApis"
 packageName = "APIs"
 shortDescription = "API files for auto-completion and call tips."

eric ide

mercurial