Removed unneeded reimplementation of virtual function.

This commit is contained in:
Robert Loehning
2010-07-06 16:53:48 +02:00
parent f4f2d05e07
commit 7fa5d25e0f
2 changed files with 0 additions and 7 deletions

View File

@@ -87,12 +87,6 @@ void ProjectLoadWizard::done(int result)
applySettings();
}
// This function used to do the commented stuff instead of having only one page
int ProjectLoadWizard::nextId() const
{
return -1;
}
void ProjectLoadWizard::setupTargetPage()
{
if (m_targetSetupPage)

View File

@@ -48,7 +48,6 @@ class ProjectLoadWizard : public QWizard
public:
ProjectLoadWizard(Qt4Project *project, QWidget * parent = 0, Qt::WindowFlags flags = 0);
virtual ~ProjectLoadWizard();
virtual int nextId() const;
virtual void done(int result);
void execDialog();