add default json file
This commit is contained in:
@@ -92,7 +92,7 @@ int main(int argc, char* argv[])
|
||||
redir.moveToThread(&thread);
|
||||
QObject::connect(&Timer, SIGNAL(timeout()), &redir, SLOT(readOutsToTF()));
|
||||
fflush(stdout);
|
||||
Timer.start(10000);
|
||||
Timer.start(1000);
|
||||
thread.start();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user