mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[FancyZones] Improve code quality (part 6) (#28034)
This commit is contained in:
@@ -80,6 +80,13 @@ public:
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(UNIT_TESTS)
|
||||
inline void SetSettings(const Settings& settings)
|
||||
{
|
||||
m_settings = settings;
|
||||
}
|
||||
#endif
|
||||
|
||||
void AddObserver(SettingsObserver& observer);
|
||||
void RemoveObserver(SettingsObserver& observer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user