Auto status change to "Under Review"
@@ -3,7 +3,6 core_moc_headers = [ | |||||
3 | 'include/Data/IDataProvider.h', |
|
3 | 'include/Data/IDataProvider.h', | |
4 | 'include/DataSource/DataSourceController.h', |
|
4 | 'include/DataSource/DataSourceController.h', | |
5 | 'include/DataSource/DataSourceItemAction.h', |
|
5 | 'include/DataSource/DataSourceItemAction.h', | |
6 | 'include/DataSource/DataSourceWidget.h', |
|
|||
7 | 'include/Network/NetworkController.h', |
|
6 | 'include/Network/NetworkController.h', | |
8 | 'include/Time/TimeController.h', |
|
7 | 'include/Time/TimeController.h', | |
9 | 'include/Variable/Variable.h', |
|
8 | 'include/Variable/Variable.h', | |
@@ -32,7 +31,6 core_sources = [ | |||||
32 | 'src/DataSource/DataSourceController.cpp', |
|
31 | 'src/DataSource/DataSourceController.cpp', | |
33 | 'src/DataSource/DataSourceItem.cpp', |
|
32 | 'src/DataSource/DataSourceItem.cpp', | |
34 | 'src/DataSource/DataSourceItemAction.cpp', |
|
33 | 'src/DataSource/DataSourceItemAction.cpp', | |
35 | 'src/DataSource/DataSourceWidget.cpp', |
|
|||
36 | 'src/Network/NetworkController.cpp', |
|
34 | 'src/Network/NetworkController.cpp', | |
37 | 'src/Plugin/PluginManager.cpp', |
|
35 | 'src/Plugin/PluginManager.cpp', | |
38 | 'src/Settings/SqpSettingsDefs.cpp', |
|
36 | 'src/Settings/SqpSettingsDefs.cpp', |
@@ -1,6 +1,7 | |||||
1 |
|
1 | |||
2 | gui_moc_headers = [ |
|
2 | gui_moc_headers = [ | |
3 | 'include/DataSource/DataSourceWidget.h', |
|
3 | 'include/DataSource/DataSourceWidget.h', | |
|
4 | 'include/DataSource/DataSourceTreeWidget.h', | |||
4 | 'include/Settings/SqpSettingsDialog.h', |
|
5 | 'include/Settings/SqpSettingsDialog.h', | |
5 | 'include/Settings/SqpSettingsGeneralWidget.h', |
|
6 | 'include/Settings/SqpSettingsGeneralWidget.h', | |
6 | 'include/SidePane/SqpSidePane.h', |
|
7 | 'include/SidePane/SqpSidePane.h', | |
@@ -48,6 +49,7 gui_sources = [ | |||||
48 | 'src/DataSource/DataSourceTreeWidgetItem.cpp', |
|
49 | 'src/DataSource/DataSourceTreeWidgetItem.cpp', | |
49 | 'src/DataSource/DataSourceTreeWidgetHelper.cpp', |
|
50 | 'src/DataSource/DataSourceTreeWidgetHelper.cpp', | |
50 | 'src/DataSource/DataSourceWidget.cpp', |
|
51 | 'src/DataSource/DataSourceWidget.cpp', | |
|
52 | 'src/DataSource/DataSourceTreeWidget.cpp', | |||
51 | 'src/Settings/SqpSettingsDialog.cpp', |
|
53 | 'src/Settings/SqpSettingsDialog.cpp', | |
52 | 'src/Settings/SqpSettingsGeneralWidget.cpp', |
|
54 | 'src/Settings/SqpSettingsGeneralWidget.cpp', | |
53 | 'src/SidePane/SqpSidePane.cpp', |
|
55 | 'src/SidePane/SqpSidePane.cpp', |
General Comments 3
Pull request updated. Auto status change to "Under Review"
Changed commits: * 1 added * 0 removed Changed files: * A core/tests/meson.build
You need to be logged in to leave comments.
Login now