hgwidgets_plat/ganeswidgets_api/inc/hgwidgets.h
changeset 12 6c0ec0ccd2d4
parent 11 42505cd701c6
--- a/hgwidgets_plat/ganeswidgets_api/inc/hgwidgets.h	Fri Jul 23 10:05:37 2010 +0300
+++ b/hgwidgets_plat/ganeswidgets_api/inc/hgwidgets.h	Fri Aug 06 09:27:34 2010 +0300
@@ -49,7 +49,6 @@
     Q_ENUMS(SelectionMode)
     Q_ENUMS(IndexFeedbackPolicy)
     Q_ENUMS(ItemSizePolicy)
-
 public:
 
     enum HgDataRole
@@ -166,6 +165,7 @@
     Q_PRIVATE_SLOT(d_func(), void _q_groovePressed(qreal, Qt::Orientation))
     Q_PRIVATE_SLOT(d_func(), void _q_modelReset())
     Q_PRIVATE_SLOT(d_func(), void _q_updateCurrentItem(const QModelIndex &current, const QModelIndex &previous))
+    Q_PRIVATE_SLOT(d_func(), void _q_themeChanged())
 };
 
 #endif  //HGWIDGET_H