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
dea1f3be
Commit
dea1f3be
authored
Dec 15, 2008
by
hjk
Browse files
comment out some debug output when adding an environment variable
parent
ed9f1cc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/environmenteditmodel.cpp
View file @
dea1f3be
...
...
@@ -311,7 +311,7 @@ QModelIndex EnvironmentModel::addVariable(const EnvironmentItem &item)
rowInResult
=
findInResultInsertPosition
(
item
.
name
);
int
rowInChanges
=
findInChangesInsertPosition
(
item
.
name
);
qDebug
()
<<
"addVariable "
<<
item
.
name
<<
existsInBaseEnvironment
<<
rowInResult
<<
rowInChanges
;
//
qDebug()
<<
"addVariable "
<<
item.name
<<
existsInBaseEnvironment
<<
rowInResult
<<
rowInChanges;
if
(
existsInBaseEnvironment
)
{
m_items
.
insert
(
rowInChanges
,
item
);
...
...
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