QmlDebugging: Show helper list also for Symbian Qt versions

This commit is contained in:
Kai Koehne
2011-04-29 15:39:01 +02:00
parent fdb3b884ac
commit 3ecf695c07
3 changed files with 1 additions and 9 deletions

View File

@@ -2005,13 +2005,6 @@ QStringList QtVersion::debuggingHelperLibraryLocations() const
return DebuggingHelperLibrary::locationsByInstallData(qtInstallData);
}
bool QtVersion::supportsBinaryDebuggingHelper() const
{
if (!isValid())
return false;
return qtAbis().at(0).os() != ProjectExplorer::Abi::SymbianOS;
}
bool QtVersion::hasDocumentation() const
{
updateVersionInfo();