Debugger: More dumper auto tests.

Added auto tests for QFileInfo, QHashNode and QLocale dumpers.
This commit is contained in:
ck
2009-08-07 15:28:54 +02:00
parent 3ccb44157f
commit 0ab8f1ed46
3 changed files with 119 additions and 34 deletions

View File

@@ -157,19 +157,6 @@ int qtGhVersion = QT_VERSION;
*/
#undef NS
#ifdef QT_NAMESPACE
# define STRINGIFY0(s) #s
# define STRINGIFY1(s) STRINGIFY0(s)
# define NS STRINGIFY1(QT_NAMESPACE) "::"
# define NSX "'" STRINGIFY1(QT_NAMESPACE) "::"
# define NSY "'"
#else
# define NS ""
# define NSX ""
# define NSY ""
#endif
#if defined(QT_BEGIN_NAMESPACE)
QT_BEGIN_NAMESPACE
#endif