Project Intro Page: Remove never called method

Change-Id: Ia9d0ba7b663b1ae4866659df6f6b4c8163220976
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Daniel Teske
2012-04-18 13:04:12 +02:00
parent 4d3395b990
commit 40e76b742c
2 changed files with 0 additions and 8 deletions

View File

@@ -223,11 +223,6 @@ void ProjectIntroPage::slotActivated()
emit activated();
}
bool ProjectIntroPage::validateProjectDirectory(const QString &name, QString *errorMessage)
{
return ProjectNameValidatingLineEdit::validateProjectName(name, errorMessage);
}
bool ProjectIntroPage::forceSubProject() const
{
return d->m_forceSubProject;

View File

@@ -64,9 +64,6 @@ public:
virtual bool isComplete() const;
// Validate a project directory name entry field
static bool validateProjectDirectory(const QString &name, QString *errorMessage);
bool forceSubProject() const;
void setForceSubProject(bool force);
void setProjectList(const QStringList &projectList);