mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-25 01:30:18 -06:00
update build file
This commit is contained in:
parent
8d137dde81
commit
c21120494e
@ -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',
|
||||
|
@ -115,7 +115,6 @@ tc_module_t *TC_MODULE_INFO_FUNCTION() {
|
||||
}
|
||||
|
||||
tc_readable_module_data_t *category_callback() {
|
||||
//return root_node;
|
||||
return &mod_data;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user