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
+4
View File
@@ -23,6 +23,10 @@ def warn(message):
from dumper import *
from qttypes import *
from stdtypes import *
from misctypes import *
from boosttypes import *
#######################################################################
#