Forgot to change this script to QString v2 API.

Mon, 28 Dec 2009 16:13:44 +0000

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 28 Dec 2009 16:13:44 +0000
changeset 1
32fc477eec9d
parent 0
de9c2efb9d02
child 2
bc6196164237

Forgot to change this script to QString v2 API.

eric4-unittest.py file | annotate | diff | comparison | revisions
--- a/eric4-unittest.py	Mon Dec 28 16:03:33 2009 +0000
+++ b/eric4-unittest.py	Mon Dec 28 16:13:44 2009 +0000
@@ -15,6 +15,9 @@
 import sys
 import os
 
+import sip
+sip.setapi("QString", 2)
+
 for arg in sys.argv:
     if arg.startswith("--config="):
         import Utilities

eric ide

mercurial