forked from qt-creator/qt-creator
Project Intro Page: Remove never called method
Change-Id: Ia9d0ba7b663b1ae4866659df6f6b4c8163220976 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user