diff -r 16d8024aca5e -r f7ac710697a9 src/hbcore/style/hbstyleoptioncombobox.cpp --- a/src/hbcore/style/hbstyleoptioncombobox.cpp Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbcore/style/hbstyleoptioncombobox.cpp Mon May 03 12:48:33 2010 +0300 @@ -35,6 +35,11 @@ Text shown in the comboBox, if not NULL. */ +/*! + + \deprecated HbStyleOptionComboBox::HbStyleOptionComboBox() + is deprecated. Styleoptions will not be public. +*/ HbStyleOptionComboBox::HbStyleOptionComboBox() : HbStyleOption(HbSO_Combo), text( ) //CRC: this is not required @@ -42,7 +47,11 @@ type = Type; version = Version; } +/*! + \deprecated HbStyleOptionComboBox::HbStyleOptionComboBox(const HbStyleOptionComboBox&) + is deprecated. Styleoptions will not be public. +*/ HbStyleOptionComboBox::HbStyleOptionComboBox(const HbStyleOptionComboBox &other) : HbStyleOption(other), text(other.text)