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
Tobias Hunger
qt-creator
Commits
a86fc8aa
Commit
a86fc8aa
authored
Sep 23, 2009
by
dt
Browse files
Remove unused member variable, potentially saving up to 120 bytes.
parent
6639389c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4runconfiguration.cpp
View file @
a86fc8aa
...
...
@@ -61,7 +61,6 @@ Qt4RunConfiguration::Qt4RunConfiguration(Qt4Project *pro, const QString &proFile
m_proFilePath
(
proFilePath
),
m_runMode
(
Gui
),
m_userSetName
(
false
),
m_configWidget
(
0
),
m_cachedTargetInformationValid
(
false
),
m_isUsingDyldImageSuffix
(
false
),
m_userSetWokingDirectory
(
false
),
...
...
src/plugins/qt4projectmanager/qt4runconfiguration.h
View file @
a86fc8aa
...
...
@@ -132,7 +132,6 @@ private:
QString
m_workingDir
;
ProjectExplorer
::
ApplicationRunConfiguration
::
RunMode
m_runMode
;
bool
m_userSetName
;
QWidget
*
m_configWidget
;
bool
m_cachedTargetInformationValid
;
bool
m_isUsingDyldImageSuffix
;
bool
m_userSetWokingDirectory
;
...
...
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