Add copy constructors to page classes

This commit is contained in:
G.K.MacGregor
2020-09-16 20:49:52 +01:00
parent 959822bd95
commit 02d8fba193
4 changed files with 74 additions and 19 deletions

View File

@@ -41,6 +41,7 @@ public:
enum CycleTypeEnum { CTcycles, CTseconds };
LevelOnePage();
LevelOnePage(const PageBase &);
QByteArray packet(int, int=0);
bool setPacket(int, QByteArray);