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
0d9da49d
Commit
0d9da49d
authored
Feb 04, 2011
by
Pawel Polanski
Browse files
Symbian: running process is identified by its UID3 instead of the its name
parent
8c656374
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/codaruncontrol.cpp
View file @
0d9da49d
...
...
@@ -284,7 +284,9 @@ void CodaRunControl::handleLogging(const TcfTrkEvent &event)
void
CodaRunControl
::
handleAddListener
(
const
TcfTrkCommandResult
&
result
)
{
Q_UNUSED
(
result
)
m_tcfTrkDevice
->
sendSymbianOsDataFindProcessesCommand
(
TcfTrkCallback
(
this
,
&
CodaRunControl
::
handleFindProcesses
),
executableName
().
toLatin1
(),
"0"
);
m_tcfTrkDevice
->
sendSymbianOsDataFindProcessesCommand
(
TcfTrkCallback
(
this
,
&
CodaRunControl
::
handleFindProcesses
),
QByteArray
(),
QByteArray
::
number
(
executableUid
(),
16
));
}
void
CodaRunControl
::
handleFindProcesses
(
const
TcfTrkCommandResult
&
result
)
...
...
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