forked from qt-creator/qt-creator
Removed unneeded reimplementation of virtual function.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user