Remove log for time trigger
This commit is contained in:
@@ -42,7 +42,6 @@ void GUIMessageDialog::timerEvent(QTimerEvent *event) {
|
|||||||
if (frameIndex>11) frameIndex = frameIndex % 12;
|
if (frameIndex>11) frameIndex = frameIndex % 12;
|
||||||
ui->lbl_progressicon->setText(frame[frameIndex++]);
|
ui->lbl_progressicon->setText(frame[frameIndex++]);
|
||||||
this->update();
|
this->update();
|
||||||
printf("trigger timer event\r\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUIMessageDialog::stopLoading() {
|
void GUIMessageDialog::stopLoading() {
|
||||||
|
|||||||
Reference in New Issue
Block a user