diff options
Diffstat (limited to 'framework/domain/selector.h')
-rw-r--r-- | framework/domain/selector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/domain/selector.h b/framework/domain/selector.h index 77c47ba7..fedb91d2 100644 --- a/framework/domain/selector.h +++ b/framework/domain/selector.h | |||
@@ -40,6 +40,8 @@ public: | |||
40 | setCurrent(mModel->index(mCurrentIndex, 0)); | 40 | setCurrent(mModel->index(mCurrentIndex, 0)); |
41 | } | 41 | } |
42 | 42 | ||
43 | void reapplyCurrentIndex(); | ||
44 | |||
43 | int currentIndex() { return mCurrentIndex; } | 45 | int currentIndex() { return mCurrentIndex; } |
44 | 46 | ||
45 | virtual void setCurrent(const QModelIndex &) = 0; | 47 | virtual void setCurrent(const QModelIndex &) = 0; |