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
0915342d
Commit
0915342d
authored
Sep 14, 2009
by
con
Browse files
Another build fix.
parent
78724a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
View file @
0915342d
...
...
@@ -541,7 +541,7 @@ S60DeviceRunControl::S60DeviceRunControl(QSharedPointer<RunConfiguration> runCon
Qt4Project
*
project
=
qobject_cast
<
Qt4Project
*>
(
runConfiguration
->
project
());
QTC_ASSERT
(
project
,
return
);
S60DeviceRunConfiguration
*
s60runConfig
=
runConfiguration
.
objectCast
<
S60DeviceRunConfiguration
>
();
QSharedPointer
<
S60DeviceRunConfiguration
>
s60runConfig
=
runConfiguration
.
objectCast
<
S60DeviceRunConfiguration
>
();
QTC_ASSERT
(
s60runConfig
,
return
);
m_serialPortName
=
s60runConfig
->
serialPortName
();
...
...
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