Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
dea1f3be
Commit
dea1f3be
authored
Dec 15, 2008
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment out some debug output when adding an environment variable
parent
ed9f1cc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/plugins/projectexplorer/environmenteditmodel.cpp
src/plugins/projectexplorer/environmenteditmodel.cpp
+1
-1
No files found.
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