#include "docthread.h" #include #include #include #include docthread::docthread(QObject *parent) : QObject{parent} { t = new QThread(); this->moveToThread(t); t->start(); b_testmode = false; testcount = 1; } void docthread::gendoc(QStringList msg) { if(b_testmode && testcount<=3){ } qDebug()<lowfile.isEmpty() || this->highfile.isEmpty()){ // qDebug()<<__LINE__; // return; // } qDebug()<<__LINE__; bool b; for(int i = 0;ilowfile = lowfile; qDebug()<lowfile; } void docthread::slotsethigh(QString highfile) { qDebug()<highfile = highfile; qDebug()<highfile; }