--- a/src/glcompiler.h Thu Feb 15 11:34:04 2018 +0200 +++ b/src/glcompiler.h Thu Feb 15 12:18:57 2018 +0200 @@ -83,6 +83,7 @@ void handleRowInsertion(const QModelIndex&, int first, int last); void handleRowRemoval(const QModelIndex&, int first, int last); void handleDataChange(const QModelIndex& topLeft, const QModelIndex &bottomRight); + void handleObjectHighlightingChanged(const QModelIndex& oldIndex, const QModelIndex& newIndex); void clearSelectionModel(); };