diff --git a/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp b/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp index e901585459..e9aeef40e3 100644 --- a/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp +++ b/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp @@ -39,3 +39,11 @@ MainWindow::SchedulingPage::SetModel(Model* model) if (fModel != NULL) { } } + + +void +MainWindow::SchedulingPage::TableRowInvoked(Table* table, int32 rowIndex) +{ + // TODO: ... +} +