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
Marco Bubke
flatpak-qt-creator
Commits
28d021a3
Commit
28d021a3
authored
Jan 20, 2010
by
dt
Browse files
Code style
parent
49d51150
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/cmakeproject.cpp
View file @
28d021a3
...
...
@@ -138,7 +138,7 @@ void CMakeProject::slotActiveBuildConfiguration()
void
CMakeProject
::
fileChanged
(
const
QString
&
fileName
)
{
Q_UNUSED
(
fileName
)
if
(
m_insideFileChanged
==
true
)
if
(
m_insideFileChanged
)
return
;
m_insideFileChanged
=
true
;
slotActiveBuildConfiguration
();
...
...
Write
Preview
Markdown
is supported
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