--- a/src/glcompiler.h Mon Apr 02 13:21:15 2018 +0300
+++ b/src/glcompiler.h Tue Apr 03 17:23:02 2018 +0300
@@ -49,6 +49,9 @@
public slots:
void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
+signals:
+ void sceneChanged();
+
private:
struct ObjectVboData
{