--- a/src/documentmanager.h Thu Mar 15 18:51:58 2018 +0200 +++ b/src/documentmanager.h Fri Mar 16 11:50:35 2018 +0200 @@ -41,10 +41,8 @@ QString findDocumentPath (QString relpath, bool subdirs); LDDocument* getDocumentByName (QString filename); bool isSafeToCloseAll(); - void loadFileContents(QIODevice* fp, Model& model, int* numWarnings, bool* ok); void loadLogoedStuds(); - LDDocument* openDocument (QString path, bool search, bool implicit, LDDocument* fileToOverride = nullptr, - bool* aborted = nullptr); + LDDocument* openDocument (QString path, bool search, bool implicit, LDDocument* fileToOverride = nullptr); QFile* openLDrawFile (QString relpath, bool subdirs, QString* pathpointer); void openMainModel (QString path); bool preInline (LDDocument* doc, Model& model, bool deep, bool renderinline);