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
2160436d
Commit
2160436d
authored
Oct 01, 2009
by
dt
Browse files
Remove debugging output.
parent
0de78aa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
2160436d
...
...
@@ -749,7 +749,6 @@ void QtVersionManager::parseParts(const QStringList &parts, QList<QMakeAssignmen
after
=
true
;
}
else
if
(
part
.
contains
(
'='
))
{
if
(
regExp
.
exactMatch
(
part
))
{
qDebug
()
<<
regExp
.
cap
(
1
)
<<
"|"
<<
regExp
.
cap
(
2
)
<<
"|"
<<
regExp
.
cap
(
3
);
QMakeAssignment
qa
;
qa
.
variable
=
regExp
.
cap
(
1
);
qa
.
op
=
regExp
.
cap
(
2
);
...
...
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