forked from qt-creator/qt-creator
Debugger: More dumper auto tests.
Added auto tests for QFileInfo, QHashNode and QLocale dumpers.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user