diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-24 10:47:45 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-24 10:47:45 +0100 |
commit | 18bb7f3549e4e2f03a7110df8b5f0cfdf969f64c (patch) | |
tree | 7e10e35b46c7602bde341f5ab6aaa5480f2f2ba5 /framework/domain/selector.h | |
parent | 859f30d21532644c3b90e79f6686aa7375046087 (diff) | |
download | kube-18bb7f3549e4e2f03a7110df8b5f0cfdf969f64c.tar.gz kube-18bb7f3549e4e2f03a7110df8b5f0cfdf969f64c.zip |
Make clear on the controller work
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; |