Skip to content
Snippets Groups Projects
Commit dc26b1e2 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Test Wizard: Add description

parent 895a3e21
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ TestWizardDialog::TestWizardDialog(const QString &templateName,
BaseQt4ProjectWizardDialog(true, parent),
m_testPage(new TestWizardPage)
{
setIntroDescription(tr("This wizard generates a Qt4 unit test "
"consisting of a single source file with a test object."));
setWindowIcon(icon);
setWindowTitle(templateName);
setSelectedModules(QLatin1String("core testlib"), true);
......
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