mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
HackStudio: Clear ToDo entries upon opening new project
The ToDoEntries and ToDoEntriesWidget classes now have methods for clearing the entries, before entries would stay permanently, even after switching to a new project.
This commit is contained in:
parent
d48bd49002
commit
6076deae1d
Notes:
sideshowbarker
2024-07-18 05:24:11 +09:00
Author: https://github.com/donaghylennon
Commit: 6076deae1d
Pull-request: https://github.com/SerenityOS/serenity/pull/9185
Reviewed-by: https://github.com/itamar8910 ✅
5 changed files with 16 additions and 0 deletions
|
@ -18,6 +18,8 @@ public:
|
|||
|
||||
void refresh();
|
||||
|
||||
void clear();
|
||||
|
||||
private:
|
||||
explicit ToDoEntriesWidget();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue