GODT-1864: cache migration failure was not notified because of unnecessary reboot.

This commit is contained in:
Xavier Michelon
2022-09-20 16:25:36 +02:00
parent 0630edc626
commit 40fb9de15e
11 changed files with 816 additions and 584 deletions

View File

@ -169,6 +169,7 @@ public slots: // slot for signals received from QML -> To be forwarded to Bridge
app().grpc().reportBug(description, address, emailClient, includeLogs); } // _ func(description, address, emailClient string, includeLogs bool) `slot:"reportBug"`
void onResetFinished(); // _ func() `slot:"onResetFinished"`
void onVersionChanged(); // _ func() `slot:"onVersionChanged"`
void onChangeLocalCacheFinished(bool willRestart);
signals: // Signals received from the Go backend, to be forwarded to QML
void toggleAutostartFinished(); // _ func() `signal:"toggleAutostartFinished"`