equal
deleted
inserted
replaced
21 ** If you have questions regarding the use of this file, please contact |
21 ** If you have questions regarding the use of this file, please contact |
22 ** Nokia at developer.feedback@nokia.com. |
22 ** Nokia at developer.feedback@nokia.com. |
23 ** |
23 ** |
24 ****************************************************************************/ |
24 ****************************************************************************/ |
25 |
25 |
26 #include <hbstyleoptioncombobox.h> |
26 #include <hbstyleoptioncombobox_p.h> |
27 |
27 |
28 /*! |
28 /*! |
29 \class HbStyleOptionComboBox |
29 \class HbStyleOptionComboBox |
30 \brief HbStyleOptionComboBox has the style component for label primitives |
30 \brief HbStyleOptionComboBox has the style component for label primitives |
31 */ |
31 */ |
39 |
39 |
40 \deprecated HbStyleOptionComboBox::HbStyleOptionComboBox() |
40 \deprecated HbStyleOptionComboBox::HbStyleOptionComboBox() |
41 is deprecated. Styleoptions will not be public. |
41 is deprecated. Styleoptions will not be public. |
42 */ |
42 */ |
43 |
43 |
44 HbStyleOptionComboBox::HbStyleOptionComboBox() : HbStyleOption(HbSO_Combo), |
44 HbStyleOptionComboBox::HbStyleOptionComboBox() : HbStyleOption(HbSO_Combo) |
45 text( ) //CRC: this is not required |
|
46 { |
45 { |
47 type = Type; |
46 type = Type; |
48 version = Version; |
47 version = Version; |
49 } |
48 } |
50 /*! |
49 /*! |