forked from qt-creator/qt-creator
Remove function that isn't called anywhere
This commit is contained in:
@@ -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());
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user