--- a/src/ldDocument.h Thu Jan 11 11:41:40 2018 +0200
+++ b/src/ldDocument.h Thu Jan 11 15:09:44 2018 +0200
@@ -100,6 +100,9 @@
static QString shortenName(QString a); // Turns a full path into a relative path
+signals:
+ void closed();
+
private:
QString m_name;
QString m_fullPath;