diff -r 764381756899 -r 62373840e33a src/document.h --- a/src/document.h Wed Mar 11 19:05:34 2020 +0200 +++ b/src/document.h Tue Mar 17 23:13:29 2020 +0200 @@ -20,6 +20,7 @@ #include #include #include "ui/canvas.h" +#include "ui/objecteditor.h" namespace Ui { @@ -45,9 +46,11 @@ void newStatusText(const QString& newStatusText); void splitterChanged(); private: + void selectionChanged(const QSet& newSelection); Model* model; DocumentManager* const documents; const ldraw::ColorTable& colorTable; Canvas* renderer; Ui::Document& ui; + ObjectEditor objectEditor; };