qWarning("Page %d already present in custom wizard dialog, defaulting to add.",id);
w->addPage(p);
addedPageId=w->addPage(p);
}else{
w->setPage(id,p);
addedPageId=id;
}
}
w->wizardProgress()->item(addedPageId)->setTitle(QCoreApplication::translate("ProjectExplorer::CustomWizard","Details","Default short title for custom wizard page to be shown in the progress pane of the wizard."));