Clear invocation QMaps on empty triplet list

Fixes a bug where local enhancements hung around when switching to a subpage
without enhancements.
This commit is contained in:
G.K.MacGregor
2023-05-09 23:35:29 +01:00
parent 021fbfa60f
commit 955a1262e9
2 changed files with 14 additions and 6 deletions

View File

@@ -184,6 +184,7 @@ private:
Invocation();
X26TripletList *tripletList() const { return m_tripletList; };
void clear();
void setTripletList(X26TripletList *);
int startTripletNumber() const { return m_startTripletNumber; };
void setStartTripletNumber(int);