Skip to content
Snippets Groups Projects
Commit 7fa5d25e authored by Robert Loehning's avatar Robert Loehning
Browse files

Removed unneeded reimplementation of virtual function.

parent f4f2d05e
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment