src/hbcore/style/hbstyleoptioncombobox.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    33 /*!
    33 /*!
    34     \var HbStyleOptionLabel::text
    34     \var HbStyleOptionLabel::text
    35     Text shown in the comboBox, if not NULL. 
    35     Text shown in the comboBox, if not NULL. 
    36 */
    36 */
    37 
    37 
       
    38 /*!
       
    39 
       
    40     \deprecated HbStyleOptionComboBox::HbStyleOptionComboBox()
       
    41     is deprecated. Styleoptions will not be public.
       
    42 */
    38 
    43 
    39 HbStyleOptionComboBox::HbStyleOptionComboBox() : HbStyleOption(HbSO_Combo),
    44 HbStyleOptionComboBox::HbStyleOptionComboBox() : HbStyleOption(HbSO_Combo),
    40     text( )  //CRC: this is not required 
    45     text( )  //CRC: this is not required 
    41 {
    46 {
    42     type = Type;
    47     type = Type;
    43     version = Version;
    48     version = Version;
    44 }
    49 }
       
    50 /*!
    45 
    51 
       
    52     \deprecated HbStyleOptionComboBox::HbStyleOptionComboBox(const HbStyleOptionComboBox&)
       
    53     is deprecated. Styleoptions will not be public.
       
    54 */
    46 HbStyleOptionComboBox::HbStyleOptionComboBox(const HbStyleOptionComboBox &other) :
    55 HbStyleOptionComboBox::HbStyleOptionComboBox(const HbStyleOptionComboBox &other) :
    47     HbStyleOption(other),
    56     HbStyleOption(other),
    48     text(other.text)   
    57     text(other.text)   
    49 {
    58 {
    50     type = other.type;
    59     type = other.type;