Use QString parameters instead of const char* in some more places.
commit8e6951a745b4e81201102d480d1b69f24aed2efa
authorJohannes Sixt <j6t@kdbg.org>
Sun, 17 May 2009 12:51:25 +0000 (17 14:51 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 17 May 2009 12:51:25 +0000 (17 14:51 +0200)
treeec996636e50e89ed6f2754b37cf04ba4598d0b71
parent791f3ddbe15891b4d27b42ae5021011a9d829e55
Use QString parameters instead of const char* in some more places.

Except for one case of topLevelExprByName(), all callers of these functions
already have a QString. This avoids unnecessary conversions.
kdbg/exprwnd.cpp
kdbg/exprwnd.h
kdbg/sourcewnd.cpp
kdbg/sourcewnd.h
kdbg/typetable.h