mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
Use HashMap::remove() in some places that I wanted it.
This commit is contained in:
parent
969334505d
commit
6ea8ce500c
5 changed files with 10 additions and 5 deletions
|
@ -14,6 +14,7 @@ class WindowManager : public Object {
|
|||
public:
|
||||
static WindowManager& the();
|
||||
void addWindow(Window&);
|
||||
void removeWindow(Window&);
|
||||
void paintWindowFrames();
|
||||
|
||||
void notifyTitleChanged(Window&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue