mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: move timefiltermodel
This will all get joined together anyway, but for now.
This commit is contained in:
@ -16,6 +16,7 @@ libsysprof_gtk_public_sources = [
|
||||
'sysprof-session-model.c',
|
||||
'sysprof-session-model-item.c',
|
||||
'sysprof-split-layer.c',
|
||||
'sysprof-time-filter-model.c',
|
||||
'sysprof-time-label.c',
|
||||
'sysprof-time-ruler.c',
|
||||
'sysprof-time-span-layer.c',
|
||||
@ -51,6 +52,7 @@ libsysprof_gtk_public_headers = [
|
||||
'sysprof-session-model.h',
|
||||
'sysprof-session-model-item.h',
|
||||
'sysprof-split-layer.h',
|
||||
'sysprof-time-filter-model.h',
|
||||
'sysprof-time-label.h',
|
||||
'sysprof-time-ruler.h',
|
||||
'sysprof-time-series.h',
|
||||
|
||||
@ -17,7 +17,6 @@ sysprof_sources = [
|
||||
'sysprof-sidebar.c',
|
||||
'sysprof-single-model.c',
|
||||
'sysprof-time-scrubber.c',
|
||||
'sysprof-time-filter-model.c',
|
||||
'sysprof-traceables-utility.c',
|
||||
'sysprof-window.c',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user