GODT-1857: Dynamically update links related to version when setting the version on bridge [skip-ci]

This commit is contained in:
Romain LE JEUNE
2022-09-16 14:27:34 +02:00
parent 8a7c56e8fd
commit 8fe4ce456f
10 changed files with 1415 additions and 970 deletions

View File

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