Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
fa537950
Commit
fa537950
authored
Apr 14, 2010
by
Tobias Hunger
Browse files
Add cancel button to project import wizard
Tasknumber: QTCREATORBUG-1149
parent
5a97f79e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/projectloadwizard.cpp
View file @
fa537950
...
...
@@ -56,7 +56,7 @@ ProjectLoadWizard::ProjectLoadWizard(Qt4Project *project, QWidget *parent, Qt::W
setupTargetPage
();
setOptions
(
options
()
|
QWizard
::
NoCancelButton
|
QWizard
::
NoBackButtonOnLastPage
);
setOptions
(
options
()
|
QWizard
::
NoBackButtonOnLastPage
);
}
// We don't want to actually show the dialog if we don't show the import page
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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