repo.or.cz
/
kdbg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xsldbg can set more that one breakpoint in one command: put them in the list.
[kdbg.git]
/
config.h.bot
blob
3cf2414aefbe7e4e64f33c0dc597fdc63fd61690
1
2
#ifdef QT_VERSION
3
# if QT_VERSION < 200
4
# define SIZED_QString(name,size) QString name(size)
5
# define FROM_LATIN1(cstr,len) QString(cstr,(len)+1)
6
# else
7
# define SIZED_QString(name,size) QString name
8
# define FROM_LATIN1(cstr,len) QString::fromLatin1(cstr,len)
9
# endif
10
#endif