1.1 --- a/ornamentedobj.cpp Mon Dec 17 15:40:14 2007 +0000
1.2 +++ b/ornamentedobj.cpp Fri Feb 01 15:28:35 2008 +0000
1.3 @@ -344,17 +344,17 @@
1.4 return vymLink;
1.5 }
1.6
1.7 -QList <Attribute> OrnamentedObj::getAttributes()
1.8 -{
1.9 - return attributes;
1.10 -}
1.11 -
1.12
1.13 void OrnamentedObj::setAttributes (const QList <Attribute> &al)
1.14 {
1.15 attributes=al;
1.16 }
1.17
1.18 +QList <Attribute> OrnamentedObj::getAttributes()
1.19 +{
1.20 + return attributes;
1.21 +}
1.22 +
1.23 void OrnamentedObj::clearStandardFlags()
1.24 {
1.25 standardFlags->deactivateAll();