feat(GODT-2791): Add Unitary test.

This commit is contained in:
Romain LE JEUNE
2023-07-26 10:22:21 +02:00
committed by Romain Le Jeune
parent 86e115b2f3
commit 2c2f816f3a
6 changed files with 259 additions and 18 deletions

View File

@ -294,7 +294,7 @@ private: // data members
bool isInternetOn_ { true }; ///< Does bridge consider internet as on?
QList<QString> badEventDisplayQueue_; ///< THe queue for displaying 'bad event feedback request dialog'.
std::unique_ptr<TrayIcon> trayIcon_; ///< The tray icon for the application.
BugReportFlow reportFlow_; ///< The bug report flow.
bridgepp::BugReportFlow reportFlow_; ///< The bug report flow.
friend class AppController;
};