mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:07:47 +00:00
LibCore: Convert CNotifier to ObjectPtr
This commit is contained in:
parent
50a6560413
commit
d1bacb9885
17 changed files with 42 additions and 32 deletions
|
@ -88,7 +88,7 @@ private:
|
|||
|
||||
bool m_in_active_window { false };
|
||||
|
||||
CNotifier m_notifier;
|
||||
ObjectPtr<CNotifier> m_notifier;
|
||||
|
||||
u8 m_opacity { 255 };
|
||||
bool m_needs_background_fill { true };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue