changeset 37 | cb294e641644 |
parent 31 | e79ce701c376 |
31:e79ce701c376 | 37:cb294e641644 |
---|---|
39 void setModel(QAbstractItemModel* model); |
39 void setModel(QAbstractItemModel* model); |
40 void closeView(); |
40 void closeView(); |
41 |
41 |
42 signals: |
42 signals: |
43 void newThemeSelected(const QModelIndex& index); |
43 void newThemeSelected(const QModelIndex& index); |
44 void oviClicked(); |
|
44 |
45 |
45 private: |
46 private: |
46 HbListView* mThemeList; |
47 HbListView* mThemeList; |
47 |
48 |
48 }; |
49 }; |