Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
dc26b1e2
Commit
dc26b1e2
authored
Dec 17, 2009
by
Friedemann Kleint
Browse files
Test Wizard: Add description
parent
895a3e21
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/wizards/testwizarddialog.cpp
View file @
dc26b1e2
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment