ui: Added Java project setup UI
This commit is contained in:
@@ -27,9 +27,8 @@ QtProjectWizzardContentPreferences::~QtProjectWizzardContentPreferences()
|
||||
}
|
||||
}
|
||||
|
||||
void QtProjectWizzardContentPreferences::populateWindow(QGridLayout* layout)
|
||||
void QtProjectWizzardContentPreferences::populateWindow(QGridLayout* layout, int& row)
|
||||
{
|
||||
int row = 0;
|
||||
populateForm(layout, row);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user