diff -r ce0c9f2e6b9c -r 7eb8b59577d0 src/documentmanager.h --- a/src/documentmanager.h Thu Jan 11 15:09:44 2018 +0200 +++ b/src/documentmanager.h Thu Jan 11 15:30:30 2018 +0200 @@ -46,6 +46,9 @@ void openMainModel(QString path); bool preInline(LDDocument* doc, LDObjectList&, bool deep, bool renderinline); +signals: + void documentLoaded(LDDocument* document); + private: Documents m_documents; bool m_loadingMainFile; @@ -56,4 +59,4 @@ QString Basename(QString path); QString Dirname(QString path); -static const QStringList g_specialSubdirectories({ "s", "48", "8" }); \ No newline at end of file +static const QStringList g_specialSubdirectories({ "s", "48", "8" });