Add importing of single page .t42 files, wrt #2

This commit is contained in:
G.K.MacGregor
2021-08-15 19:03:40 +01:00
parent 798630bd50
commit 1e943c3f26
5 changed files with 389 additions and 3 deletions

View File

@@ -30,7 +30,8 @@
#include "levelonepage.h"
#include "pagebase.h"
void loadTTI(QFile *inFile, TeletextDocument *document);
void loadTTI(QFile *, TeletextDocument *);
void importT42(QFile *, TeletextDocument *);
int controlBitsToPS(PageBase *);