From 136f3b8bbcb8df39c15f15c3f9c29a526be90b07 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Mon, 7 Dec 2009 11:27:16 +0100 Subject: [PATCH] debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__ It is nicer in the presence of namespaces as '::' will be replaced by '__' to create the dumper function names. --- tests/auto/debugger/tst_gdb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/debugger/tst_gdb.cpp b/tests/auto/debugger/tst_gdb.cpp index 5c15165121d..dfa14e1285e 100644 --- a/tests/auto/debugger/tst_gdb.cpp +++ b/tests/auto/debugger/tst_gdb.cpp @@ -3616,6 +3616,7 @@ void breaker() {} int main(int argc, char *argv[]) { + char *x = argv[0]; #ifdef QT_GUI_LIB QApplication app(argc, argv); #else -- GitLab