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
1e1f8d79
Commit
1e1f8d79
authored
Feb 03, 2011
by
Christian Kandeler
Browse files
Work around silly gcc warning.
parent
7caf5212
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp
View file @
1e1f8d79
...
...
@@ -287,7 +287,7 @@ void S60DeployStep::start()
||
m_channel
==
S60DeployConfiguration
::
CommunicationCodaSerialConnection
);
bool
trkClient
=
m_channel
==
S60DeployConfiguration
::
CommunicationTrkSerialConnection
;
if
(
serialConnection
&&
m_serialPortName
.
isEmpty
()
if
(
(
serialConnection
&&
m_serialPortName
.
isEmpty
()
)
||
(
trkClient
&&
!
m_launcher
))
{
errorMessage
=
tr
(
"No device is connected. Please connect a device and try again."
);
reportError
(
errorMessage
);
...
...
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