mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibGUI: Add ModelIndex::data(ModelRole)
This is a convenience API that makes accessing model data easier.
This commit is contained in:
parent
a1e381a0f8
commit
f882424869
Notes:
sideshowbarker
2024-07-19 03:33:08 +09:00
Author: https://github.com/awesomekling
Commit: f882424869
3 changed files with 16 additions and 2 deletions
|
@ -92,6 +92,7 @@ class Widget;
|
|||
class Window;
|
||||
class WindowServerConnection;
|
||||
|
||||
enum class ModelRole;
|
||||
enum class SortOrder;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue