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
26aca40a
Commit
26aca40a
authored
Oct 06, 2009
by
dt
Browse files
Remove unused variable.
parent
b1cf2c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/projectloadwizard.cpp
View file @
26aca40a
...
...
@@ -146,7 +146,6 @@ void ProjectLoadWizard::done(int result)
// This normally happens on showing the final page, but since we
// don't show it anymore, do it here
QString
directory
=
QFileInfo
(
m_project
->
file
()
->
fileName
()).
absolutePath
();
if
(
m_importVersion
&&
importCheckbox
->
isChecked
())
{
// Importing
if
(
m_temporaryVersion
)
...
...
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