Debugger: Split qttypes.py

... into qttypes, stdtypes, boosttypes, and misctypes.py

Change-Id: I3bce8dfe912c528f3a0d8d6670108f8d3272b4af
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
hjk
2013-10-10 16:40:56 +02:00
committed by David Schulz
parent 6c0ef3670c
commit d6afbdd047
7 changed files with 1210 additions and 1080 deletions
+3
View File
@@ -41,6 +41,9 @@ sys.path.insert(1, currentDir)
from dumper import *
from qttypes import *
from stdtypes import *
from misctypes import *
from boosttypes import *