mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 05:45:58 +02:00
Make sure buttons on New Qt wizard are present.
Change-Id: I345adb10dd654ed2823aff3671b5774cf711797a
This commit is contained in:
parent
c29243b187
commit
096d2fa9f0
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ public class NewQtProjectWizard extends BasicNewResourceWizard {
|
||||||
|
|
||||||
private TemplateSelectionPage templateSelectionPage;
|
private TemplateSelectionPage templateSelectionPage;
|
||||||
|
|
||||||
|
public NewQtProjectWizard() {
|
||||||
|
setForcePreviousAndNextButtons(true);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void addPages() {
|
public void addPages() {
|
||||||
templateSelectionPage = new TemplateSelectionPage("templateSelection", QT_TAG_ID); //$NON-NLS-1$
|
templateSelectionPage = new TemplateSelectionPage("templateSelection", QT_TAG_ID); //$NON-NLS-1$
|
||||||
|
|
Loading…
Add table
Reference in a new issue