feat(GODT-2842): Implement Bug Report Fallback notification.

This commit is contained in:
Romain LE JEUNE
2023-08-10 09:46:12 +02:00
parent 4ee6da4baa
commit 78c0651661
8 changed files with 1112 additions and 1001 deletions

View File

@ -1130,6 +1130,10 @@ void GRPCClient::processAppEvent(AppEvent const &event) {
this->logTrace("App event received: ShowMainWindow.");
emit showMainWindow();
break;
case AppEvent::kReportBugFallback:
this->logTrace("App event received: ReportBugFallback.");
emit reportBugFallback();
break;
default:
this->logError("Unknown App event received.");
}

View File

@ -102,6 +102,7 @@ signals: // app related signals
void reportBugFinished();
void reportBugSuccess();
void reportBugError();
void reportBugFallback();
void showMainWindow();
// cache related calls