View | Details | Raw Unified
Collapse All | Expand All

(-) tora-1.3.21/tothread.cpp.wiget (+2 lines)
 Lines 156-161    Link Here 
#define THREAD_ASSERT(x) if((x)!=0) { \
#define THREAD_ASSERT(x) if((x)!=0) { \
  throw (qApp->translate("toThread","Thread function \"%1\" failed.").arg(QString::fromLatin1( #x ))); }
  throw (qApp->translate("toThread","Thread function \"%1\" failed.").arg(QString::fromLatin1( #x ))); }
void *toThreadStartWrapper(void *t);
void toThread::initAttr()
void toThread::initAttr()
{
{
    //create the thread detached, so everything is cleaned up
    //create the thread detached, so everything is cleaned up