diff options
| author | Marius Bugge Monsen <mmonsen@trolltech.com> | 2009-08-31 19:00:58 +0200 |
|---|---|---|
| committer | Marius Bugge Monsen <mmonsen@trolltech.com> | 2009-08-31 19:00:58 +0200 |
| commit | abc2891bc4f3147d9e305eeaa8d16671b309d111 (patch) | |
| tree | e6a950f431e9479de68e9b261cbd85b4ad311146 /src/qlistcontroller.h | |
| parent | b8c4757e74264525e6c0db77cded83af2457d390 (diff) | |
Implement functionality to ensure that the current item is always visible. Needs testing.
Diffstat (limited to 'src/qlistcontroller.h')
| -rw-r--r-- | src/qlistcontroller.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qlistcontroller.h b/src/qlistcontroller.h index 889efef..aea8664 100644 --- a/src/qlistcontroller.h +++ b/src/qlistcontroller.h @@ -131,8 +131,9 @@ private: Q_PRIVATE_SLOT(d_func(), void _q_modelDestroyed()) Q_PRIVATE_SLOT(d_func(), void _q_viewDestroyed()) Q_PRIVATE_SLOT(d_func(), void _q_selectionsDestroyed()) - Q_PRIVATE_SLOT(d_func(), void _q_firstIndexChanged(int index)) - Q_PRIVATE_SLOT(d_func(), void _q_offsetChanged(qreal offset)) + Q_PRIVATE_SLOT(d_func(), void _q_firstIndexChanged(int)) + Q_PRIVATE_SLOT(d_func(), void _q_offsetChanged(qreal)) + Q_PRIVATE_SLOT(d_func(), void _q_currentChanged(int,int)) Q_PRIVATE_SLOT(d_func(), void _q_animationFinished()) }; |
