wip
This commit is contained in:
@@ -32,7 +32,6 @@ ReadyWindow::ReadyWindow(QWidget *parent) : QWidget(parent) {
|
||||
timer->callOnTimeout(this, &ReadyWindow::refresh);
|
||||
}
|
||||
|
||||
|
||||
void ReadyWindow::showEvent(QShowEvent *event) {
|
||||
refresh();
|
||||
timer->start(5 * 1000);
|
||||
|
||||
Reference in New Issue
Block a user