libsysprof-gtk: use .ui file for test

This will allow us to iterate a bit more easier.
This commit is contained in:
Christian Hergert
2023-06-26 16:40:24 -07:00
parent 282e305c5d
commit 3e952c0a96
6 changed files with 209 additions and 136 deletions

View File

@ -71,7 +71,7 @@ sysprof_normalized_series_update_missing (gpointer user_data)
g_assert (SYSPROF_IS_NORMALIZED_SERIES (self));
model = g_object_ref (G_LIST_MODEL (self->series));
model = g_object_ref (sysprof_series_get_model (self->series));
bitset = egg_bitset_ref (self->missing);
if (egg_bitset_iter_init_first (&iter, bitset, &position))