src/glcompiler.h

changeset 1247
7e1ce2fc066b
parent 1246
0054d13ed614
child 1251
e75cc5bff076
--- 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();
 };
 

mercurial