contact 4 refactor

This commit is contained in:
Green Sky
2025-03-06 19:12:35 +01:00
parent 77a95811f2
commit c29aa523dc
24 changed files with 196 additions and 155 deletions

View File

@@ -10,7 +10,7 @@
class StatusIndicator {
RegistryMessageModelI& _rmm;
Contact3Registry& _cr;
ContactStore4I& _cs;
SDL_Window* _main_window;
SystemTray* _tray;
@@ -28,7 +28,7 @@ class StatusIndicator {
public:
StatusIndicator(
RegistryMessageModelI& rmm,
Contact3Registry& cr,
ContactStore4I& cs,
SDL_Window* main_window,
SystemTray* tray = nullptr
);