diff src/changesetdetailitem.h @ 402:75003687f364

Better version of ensuring the scene size is properly updated and the detail item made visible
author Chris Cannam
date Wed, 25 May 2011 16:05:40 +0100
parents b9c153e00e84
children 533519ebc0cb
line wrap: on
line diff
--- a/src/changesetdetailitem.h	Wed May 25 15:38:48 2011 +0100
+++ b/src/changesetdetailitem.h	Wed May 25 16:05:40 2011 +0100
@@ -39,6 +39,8 @@
     Changeset *m_changeset;
     QTextDocument *m_doc;
 
+    QVariant itemChange(GraphicsItemChange, const QVariant &);
+
     void makeDocument();
 };