Promote enhancements-list access function

This commit is contained in:
G.K.MacGregor
2021-01-24 19:36:53 +00:00
parent a16c10ab46
commit 42c0552600
2 changed files with 3 additions and 2 deletions

View File

@@ -52,8 +52,6 @@ public:
void clearPage();
QList<X26Triplet> *enhancements() { return &m_enhancements; };
/* void setSubPageNumber(int); */
int cycleValue() const { return m_cycleValue; };
void setCycleValue(int);