Skip to content

Commit

Permalink
Just a perfectionistic cleanup ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Jun 25, 2024
1 parent e17888d commit 073b2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Emulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Emulation::Emulation() :
_keyTranslator(nullptr),
_usesMouse(false),
_bracketedPasteMode(false),
_toUtf16(QStringEncoder::Utf8)
_toUtf16(QStringConverter::Utf8)
{
// create screens with a default size
_screen[0] = new Screen(40,80);
Expand Down

0 comments on commit 073b2ea

Please sign in to comment.