QtVersion: Rename 'debuggingHelper' to 'gdbDebuggingHelper'

Avoid confusion with other debugging helpers.
This commit is contained in:
Kai Koehne
2011-02-24 10:12:52 +01:00
parent 8b5f742fdf
commit 4b49d4f74c
5 changed files with 9 additions and 9 deletions

View File

@@ -661,7 +661,7 @@ QString Qt4RunConfiguration::dumperLibrary() const
{
QtVersion *version = qt4Target()->activeBuildConfiguration()->qtVersion();
if (version)
return version->debuggingHelperLibrary();
return version->gdbDebuggingHelperLibrary();
return QString();
}