fix: remove QTextCodec include (#6487)

This commit is contained in:
pajlada
2025-09-27 18:48:49 +02:00
committed by GitHub
parent 310b7df9db
commit c5ced77f9b
3 changed files with 1 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@
- Minor: Fixed usercard resizing improperly without recent messages. (#6496)
- Dev: Update release documentation. (#6498)
- Dev: Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers. (#6493)
- Dev: Remove unused QTextCodec includes. (#6487)
- Dev: Find Boost's CMake Config file instead of module file. (#6499)
- Dev: Fix 32-bit compile in PluginRepl. (#6483)
- Dev: Fix the WinGet release workflow. (#6497)
-1
View File
@@ -13,7 +13,6 @@
# include <QFileInfo>
# include <QList>
# include <QLoggingCategory>
# include <QTextCodec>
# include <QUrl>
# include <sol/forward.hpp>
# include <sol/protected_function_result.hpp>
-1
View File
@@ -11,7 +11,6 @@
#include <QRegularExpression>
#include <QSettings>
#include <QStringLiteral>
#include <QTextCodec>
#include <QtGlobal>
#include <unordered_set>