Handle non-Latin characters when pasting plain text

This commit is contained in:
G.K.MacGregor
2021-05-23 14:03:28 +01:00
parent a66474b7cf
commit 2c04c898ab
3 changed files with 23 additions and 6 deletions

View File

@@ -169,7 +169,7 @@ private:
class PasteCommand : public LevelOneCommand
{
public:
PasteCommand(TeletextDocument *, QUndoCommand *parent = 0);
PasteCommand(TeletextDocument *, int, QUndoCommand *parent = 0);
void redo() override;
void undo() override;