Get "empty document detection" working

This commit is contained in:
G.K.MacGregor
2020-12-06 17:57:05 +00:00
parent 1855d8dacb
commit f9ce912e79
6 changed files with 42 additions and 4 deletions

View File

@@ -42,6 +42,8 @@ public:
LevelOnePage();
LevelOnePage(const PageBase &);
bool isEmpty() const override;
QByteArray packet(int, int=0) const override;
bool packetNeeded(int, int=0) const override;
bool setPacket(int, QByteArray) override;