diff framework/Document.h @ 339:dd07d48d7d4f tonioni

Restore dormancy with layer
author Chris Cannam
date Tue, 01 Apr 2014 13:27:44 +0100
parents 0c37405cf579
children f5c914661f6f
line wrap: on
line diff
--- a/framework/Document.h	Tue Mar 11 14:54:28 2014 +0000
+++ b/framework/Document.h	Tue Apr 01 13:27:44 2014 +0100
@@ -377,6 +377,7 @@
 	Document *m_d;
 	View *m_view; // I don't own this
 	Layer *m_layer; // Document owns this, but I determine its lifespan
+        bool m_wasDormant;
 	QString m_name;
 	bool m_added;
     };