diff -r 16d8024aca5e -r f7ac710697a9 src/hbcore/style/hbstyleoptionlabel.cpp --- a/src/hbcore/style/hbstyleoptionlabel.cpp Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbcore/style/hbstyleoptionlabel.cpp Mon May 03 12:48:33 2010 +0300 @@ -55,6 +55,13 @@ Aspect ratio mode of icon. */ + +/*! + + \deprecated HbStyleOptionLabel::HbStyleOptionLabel() + is deprecated. Styleoptions will not be public. + +*/ HbStyleOptionLabel::HbStyleOptionLabel() : HbStyleOption(HbSO_Label), text(), fontSpec(), /*HbFontSpec::Primary*/ @@ -68,6 +75,13 @@ version = Version; } + +/*! + + \deprecated HbStyleOptionLabel::HbStyleOptionLabel(const HbStyleOptionLabel&) + is deprecated. Styleoptions will not be public. + +*/ HbStyleOptionLabel::HbStyleOptionLabel(const HbStyleOptionLabel &other) : HbStyleOption(other), text(other.text),