Fix use of dumper library.

Not assigning a value to a variable will not put the variable in the
right state...
This commit is contained in:
con
2010-01-12 18:40:03 +01:00
parent be127fa090
commit 7be7c52a69

View File

@@ -4123,7 +4123,7 @@ void GdbEngine::tryLoadDebuggingHelpers()
if (startParameters().startMode == StartRemote)
dlopenLib = startParameters().remoteDumperLib.toLocal8Bit();
else
manager()->qtDumperLibraryName().toLocal8Bit();
dlopenLib = manager()->qtDumperLibraryName().toLocal8Bit();
#if defined(Q_OS_WIN)
if (m_dumperInjectionLoad) {
/// Launch asynchronous remote thread to load.