diff framework/Document.h @ 340:c11701af6bb4 tony_integration

Merge from branch tonioni
author Chris Cannam
date Wed, 02 Apr 2014 08:51:51 +0100
parents dd07d48d7d4f
children f5c914661f6f
line wrap: on
line diff
--- a/framework/Document.h	Tue Mar 11 17:35:02 2014 +0000
+++ b/framework/Document.h	Wed Apr 02 08:51:51 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;
     };