Mercurial > hg > svgui
diff layer/TimeRulerLayer.h @ 949:e3c7da3d896e osx-retina
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 20 Apr 2015 11:00:48 +0100 |
parents | 4fe7a09be0fe e53a87a5efb2 |
children | ab2cafd3a7cb |
line wrap: on
line diff
--- a/layer/TimeRulerLayer.h Mon Apr 20 11:00:39 2015 +0100 +++ b/layer/TimeRulerLayer.h Mon Apr 20 11:00:48 2015 +0100 @@ -60,6 +60,8 @@ void setProperties(const QXmlAttributes &attributes); + virtual bool canExistWithoutModel() const { return true; } + protected: Model *m_model; LabelHeight m_labelHeight;