update build file

This commit is contained in:
jussi 2019-12-12 17:37:06 +02:00
parent 8d137dde81
commit c21120494e
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ moc_files = qt5.preprocess(moc_headers : [ 'MainWindow.h',
'widgets/AssignableWidget.h',
'widgets/IntRangeEditor.h',
'widgets/EnumEditor.h',
'widgets/DragChartView.h',
'widgets/GraphEditor.h',
'widgets/ReadableWidget.h',
'widgets/ReadableBrowser.h',

View File

@ -115,7 +115,6 @@ tc_module_t *TC_MODULE_INFO_FUNCTION() {
}
tc_readable_module_data_t *category_callback() {
//return root_node;
return &mod_data;
}