diff --git a/src/common.h b/src/common.h index f7d6198..663c135 100644 --- a/src/common.h +++ b/src/common.h @@ -32,7 +32,7 @@ using namespace std; -#define APP_VERSION "3.6.t5" +#define APP_VERSION "3.6.t6" #define APP_NAME "JustMotion" #define APP_TARGET "jmotion" #define DATETIME_FMT "yyyyMMddhhmmss" diff --git a/src/record_loop.cpp b/src/record_loop.cpp index 7942c35..351cb05 100644 --- a/src/record_loop.cpp +++ b/src/record_loop.cpp @@ -120,6 +120,8 @@ void RecordLoop::resetTime() void RecordLoop::restart() { + checkTimer->start(); + if (state() == QProcess::Running) { terminate();