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
08b719c9
Commit
08b719c9
authored
Apr 23, 2010
by
ck
Browse files
Maemo: Remove debug output that annoyed someone.
parent
50dadda5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
08b719c9
...
...
@@ -515,7 +515,6 @@ void MaemoRunConfiguration::qemuProcessFinished()
void
MaemoRunConfiguration
::
updateDeviceConfigurations
()
{
qDebug
(
"%s: Current devid = %llu"
,
Q_FUNC_INFO
,
m_devConfig
.
internalId
);
const
MaemoDeviceConfigurations
&
configManager
=
MaemoDeviceConfigurations
::
instance
();
if
(
!
m_devConfig
.
isValid
())
{
...
...
@@ -525,7 +524,6 @@ void MaemoRunConfiguration::updateDeviceConfigurations()
}
else
{
m_devConfig
=
configManager
.
find
(
m_devConfig
.
internalId
);
}
qDebug
(
"%s: new devid = %llu"
,
Q_FUNC_INFO
,
m_devConfig
.
internalId
);
emit
deviceConfigurationsUpdated
();
}
...
...
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