Remove function that isn't called anywhere

This commit is contained in:
dt
2009-12-01 17:08:44 +01:00
parent aaae96a00e
commit 429a52742c
2 changed files with 0 additions and 10 deletions

View File

@@ -169,14 +169,6 @@ QString Qt4BuildConfiguration::defaultMakeTarget() const
return QString::null; return QString::null;
} }
QString Qt4BuildConfiguration::qtDir() const
{
QtVersion *version = qtVersion();
if (version)
return version->versionInfo().value("QT_INSTALL_DATA");
return QString::null;
}
QtVersion *Qt4BuildConfiguration::qtVersion() const QtVersion *Qt4BuildConfiguration::qtVersion() const
{ {
return QtVersionManager::instance()->version(qtVersionId()); return QtVersionManager::instance()->version(qtVersionId());

View File

@@ -63,8 +63,6 @@ public:
virtual QString buildDirectory() const; virtual QString buildDirectory() const;
// returns the qtdir (depends on the current QtVersion)
QString qtDir() const;
//returns the qtVersion, if the project is set to use the default qt version, then //returns the qtVersion, if the project is set to use the default qt version, then
// that is returned // that is returned
// to check wheter the project uses the default qt version use qtVersionId // to check wheter the project uses the default qt version use qtVersionId