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
Marco Bubke
flatpak-qt-creator
Commits
88bb93a6
Commit
88bb93a6
authored
Feb 13, 2009
by
Roberto Raggi
Browse files
--debug
parent
e8014347
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4project.cpp
View file @
88bb93a6
...
...
@@ -404,7 +404,8 @@ void Qt4Project::scheduleUpdateCodeModel()
ProjectExplorer
::
ToolChain
*
Qt4Project
::
toolChain
(
const
QString
&
buildConfiguration
)
const
{
qDebug
()
<<
"Qt4Project::toolChain() for buildconfiguration:"
<<
buildConfiguration
;
if
(
debug
)
qDebug
()
<<
"Qt4Project::toolChain() for buildconfiguration:"
<<
buildConfiguration
;
Q_UNUSED
(
buildConfiguration
);
ToolChain
*
m_test
=
0
;
QtVersion
*
version
=
qtVersion
(
activeBuildConfiguration
());
...
...
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