Preview error handle.5
This commit is contained in:
@@ -92,12 +92,12 @@ private:
|
||||
void scanProcess(int progress);
|
||||
|
||||
int scanPhase = 1;
|
||||
int timerID = -1;
|
||||
volatile int timerID = -1;
|
||||
int deviceInfTimerID = -1;
|
||||
int lastStatus = -1;
|
||||
bool previewing = false;
|
||||
volatile bool endLoop = false;
|
||||
bool errorOccurred = false;
|
||||
volatile bool errorOccurred = false;
|
||||
QThread* previewDataCaller = nullptr;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user