Serialize current index of SectionWidget

This commit is contained in:
mfreiholz
2016-02-11 14:51:38 +01:00
parent cb3324284a
commit 861d5187e3
3 changed files with 11 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ public:
int indexOfContent(SectionContent::RefPtr c) const;
int indexOfContentByTitlePos(const QPoint& pos, QWidget* exclude = NULL) const;
int currentIndex() const;
void moveContent(int from, int to);
public slots: