diff -r 1de2b8d64e9f -r 98906a94732f src/document.cpp --- a/src/document.cpp Tue Jan 28 23:34:49 2020 +0200 +++ b/src/document.cpp Thu Jan 30 19:20:11 2020 +0200 @@ -20,7 +20,11 @@ #include "ui_document.h" #include "model.h" -Document::Document(Model* model, DocumentManager* documents, const ColorTable& colorTable, QWidget* parent) : +Document::Document( + Model* model, + DocumentManager* documents, + const ldraw::ColorTable& colorTable, + QWidget* parent) : QWidget{parent}, model{model}, documents{documents},