sysprof: add SysprofSingleModel

This model is a helper so that we can create a ListModel with a single item
in it as can be useful from UI files.
This commit is contained in:
Christian Hergert
2023-07-10 10:39:42 -07:00
parent 439ea30c2f
commit 788bb949f1
3 changed files with 219 additions and 0 deletions

View File

@ -10,6 +10,7 @@ sysprof_sources = [
'sysprof-samples-section.c',
'sysprof-section.c',
'sysprof-sidebar.c',
'sysprof-single-model.c',
'sysprof-window.c',
]