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
0f21c8e6
Commit
0f21c8e6
authored
Jul 13, 2010
by
Tobias Hunger
Browse files
Remove unused variable
parent
b58d452d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectexplorer.cpp
View file @
0f21c8e6
...
...
@@ -316,7 +316,6 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
ProcessStepFactory
*
processStepFactory
=
new
ProcessStepFactory
;
addAutoReleasedObject
(
processStepFactory
);
ExtensionSystem
::
PluginManager
*
pm
=
ExtensionSystem
::
PluginManager
::
instance
();
AllProjectsFind
*
allProjectsFind
=
new
AllProjectsFind
(
this
,
Find
::
SearchResultWindow
::
instance
());
addAutoReleasedObject
(
allProjectsFind
);
...
...
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