mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-21 17:46:48 +00:00
feat(GODT-2791): Add Unitary test.
This commit is contained in:
committed by
Romain Le Jeune
parent
86e115b2f3
commit
2c2f816f3a
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user