Skip to content

Commit

Permalink
Fix build with Qt6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vascom authored Sep 20, 2023
1 parent f6394d4 commit eed724f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <QTextCodec>
#endif
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
#include <QStringDecoder>
#endif

#ifdef QT_DEBUG
#include "debughelper.h"
Expand Down

0 comments on commit eed724f

Please sign in to comment.