1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:27:43 +00:00

LibGUI: Add ModelIndex::data(ModelRole)

This is a convenience API that makes accessing model data easier.
This commit is contained in:
Andreas Kling 2020-08-16 16:02:01 +02:00
parent a1e381a0f8
commit f882424869
3 changed files with 16 additions and 2 deletions

View file

@ -92,6 +92,7 @@ class Widget;
class Window;
class WindowServerConnection;
enum class ModelRole;
enum class SortOrder;
}