summaryrefslogtreecommitdiffstats
path: root/framework/domain/selector.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-24 10:50:28 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-24 10:50:28 +0100
commitc607a01b6931604baffef846dccad38f7a71a192 (patch)
tree3d29fc49740068c5c66f5da95aea11d884e5a30e /framework/domain/selector.h
parent1bafda42888c37b47bdd5d18118bf3e6912f0f82 (diff)
parent07b55e8e8b21873eeb5b39f1306f6665b1630c46 (diff)
downloadkube-c607a01b6931604baffef846dccad38f7a71a192.tar.gz
kube-c607a01b6931604baffef846dccad38f7a71a192.zip
Merge branch 'dev/imapsync' into develop
Diffstat (limited to 'framework/domain/selector.h')
-rw-r--r--framework/domain/selector.h2
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;