always return something, well, even though we always would have. g++ isn't *that* smart ;)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=738560
This commit is contained in:
Aaron J. Seigo 2007-11-19 07:40:25 +00:00
parent 85e8a49d7c
commit 78293fea45

View File

@ -133,6 +133,8 @@ qreal Layout::margin(MarginEdge edge) const
return d->bottomMargin;
break;
}
return 0;
}
void Layout::setMargin(MarginEdge edge, qreal m)