libsysprof-ui: use EggPaned

This commit is contained in:
Christian Hergert
2021-10-01 15:01:46 -07:00
parent b59e779dfb
commit 8e9497b277
5 changed files with 14 additions and 11 deletions

View File

@ -24,6 +24,8 @@
#include <glib/gi18n.h>
#include "egg-paned-private.h"
#include "sysprof-details-page.h"
#include "sysprof-display-private.h"
#include "sysprof-profiler-assistant.h"
@ -494,6 +496,7 @@ sysprof_display_class_init (SysprofDisplayClass *klass)
g_object_class_install_properties (object_class, N_PROPS, properties);
g_type_ensure (EGG_TYPE_PANED);
g_type_ensure (SYSPROF_TYPE_DETAILS_PAGE);
g_type_ensure (SYSPROF_TYPE_FAILED_STATE_VIEW);
g_type_ensure (SYSPROF_TYPE_PROFILER_ASSISTANT);