diff --git a/src/apps/debuganalyzer/gui/table/AbstractTable.cpp b/src/apps/debuganalyzer/gui/table/AbstractTable.cpp index c3e278e346..e17def3caa 100644 --- a/src/apps/debuganalyzer/gui/table/AbstractTable.cpp +++ b/src/apps/debuganalyzer/gui/table/AbstractTable.cpp @@ -67,6 +67,9 @@ AbstractTable::AddColumn(TableColumn* column) } BColumnListView::AddColumn(privateColumn, column->ModelIndex()); + + // TODO: The derived classes need to be notified, so that they can create + // fields for the existing rows. }