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)
|
||||
|
||||
Reference in New Issue
Block a user