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

@@ -1777,7 +1777,7 @@ QtVersion::QmakeBuildConfigs QtVersion::defaultBuildConfig() const
return result;
}
bool QtVersion::hasDebuggingHelper() const
bool QtVersion::hasGdbDebuggingHelper() const
{
updateVersionInfo();
return m_hasDebuggingHelper;
@@ -1817,7 +1817,7 @@ Utils::Environment QtVersion::qmlToolsEnvironment() const
return environment;
}
QString QtVersion::debuggingHelperLibrary() const
QString QtVersion::gdbDebuggingHelperLibrary() const
{
QString qtInstallData = versionInfo().value("QT_INSTALL_DATA");
if (qtInstallData.isEmpty())