diff -r 241d3e452b32 -r 265b2e95a8e8 src/lddocument.h --- a/src/lddocument.h Fri Dec 28 00:03:47 2018 +0200 +++ b/src/lddocument.h Thu Jun 20 08:54:35 2019 +0300 @@ -145,8 +145,8 @@ private slots: void objectChanged(const LDObjectState &before, const LDObjectState &after); - void handleNewObject(const QModelIndex& index); - void handleImminentObjectRemoval(const QModelIndex& index); + void handleNewObject(const Uuid& index); + void handleImminentObjectRemoval(const Uuid& index); }; // Parses a string line containing an LDraw object and returns the object parsed.