Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F25858124
worker.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
330 B
Referenced Files
None
Subscribers
None
worker.cpp
View Options
#include
"worker.h"
Worker
::
Worker
(
QObject
*
parent
)
:
QObject
(
parent
)
{
}
void
Worker
::
startThread
()
{
qDebug
()
<<
"Thread started, enjoy it."
;
doParallelAlgorithm
(
"Give some data to me"
);
}
void
Worker
::
doParallelAlgorithm
(
const
QString
&
data
)
{
qDebug
()
<<
data
;
emit
resultReady
(
"ready to process data"
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, Aug 29, 3:28 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
368348
Default Alt Text
worker.cpp (330 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment