src/ldDocument.h

changeset 1231
ce0c9f2e6b9c
parent 1222
34def2630300
child 1253
468a32ae8100
--- 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;

mercurial