--- a/src/ldDocument.h Thu Jan 11 15:41:58 2018 +0200 +++ b/src/ldDocument.h Thu Jan 11 16:46:22 2018 +0200 @@ -100,6 +100,9 @@ static QString shortenName(QString a); // Turns a full path into a relative path + void operator=(const LDDocument&) = delete; + LDObject* operator[](int i) const; + signals: void closed();