Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91136845
cellulothread.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 8, 07:02
Size
315 B
Mime Type
text/x-c
Expires
Sun, Nov 10, 07:02 (2 d)
Engine
blob
Format
Raw Data
Handle
22203462
Attached To
R9807 cellulo-lua
cellulothread.cpp
View Options
#include "cellulothread.h"
#include "democlass.h"
CelluloThread::CelluloThread()
{
}
void CelluloThread::run()
{
argc = 1;
argv[0] = strdup("CelluloThread");
argv[1] = nullptr;
// todo: free argv on thread finish
application = new QCoreApplication(argc, argv);
(*application).exec();
}
Event Timeline
Log In to Comment