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
a690949f
Commit
a690949f
authored
Dec 02, 2008
by
dt
Browse files
Fixes: Fixes mem leak in gdbmacrosbuildstep.
parent
56fb61d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/gdbmacrosbuildstep.cpp
View file @
a690949f
...
...
@@ -42,7 +42,7 @@ using namespace Qt4ProjectManager;
using
namespace
Qt4ProjectManager
::
Internal
;
GdbMacrosBuildStep
::
GdbMacrosBuildStep
(
Qt4Project
*
project
)
:
BuildStep
(
project
),
m_project
(
project
)
,
m_configWidget
(
new
GdbMacrosBuildStepConfigWidget
)
:
BuildStep
(
project
),
m_project
(
project
)
{
}
...
...
src/plugins/qt4projectmanager/gdbmacrosbuildstep.h
View file @
a690949f
...
...
@@ -55,7 +55,6 @@ public:
virtual
bool
immutable
()
const
;
private:
Qt4Project
*
m_project
;
GdbMacrosBuildStepConfigWidget
*
m_configWidget
;
QString
m_buildDirectory
;
QString
m_qmake
;
QString
m_buildConfiguration
;
...
...
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