diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2025-05-10 19:22:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2025-05-16 08:54:15 +0200 |
commit | 6bc1a4599484324e943463f150b59e528d0be3e1 (patch) | |
tree | f41ce1107e4bcf54bb7c5001b2ad1a0d29d7dae6 /tracker-s2bot/ftnoir_tracker_s2bot.cpp | |
parent | db97b3b140cd02154b768e263deecb40cdb54731 (diff) |
kill qt5 compat
Diffstat (limited to 'tracker-s2bot/ftnoir_tracker_s2bot.cpp')
-rw-r--r-- | tracker-s2bot/ftnoir_tracker_s2bot.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-s2bot/ftnoir_tracker_s2bot.cpp b/tracker-s2bot/ftnoir_tracker_s2bot.cpp index bf39b367..53762c66 100644 --- a/tracker-s2bot/ftnoir_tracker_s2bot.cpp +++ b/tracker-s2bot/ftnoir_tracker_s2bot.cpp @@ -7,7 +7,6 @@ #include <cmath> #include <QNetworkRequest> #include <QNetworkReply> -#include <QtCore5Compat/QRegExp> tracker_s2bot::tracker_s2bot() : pose { 0,0,0, 0,0,0 }, m_nam (std::make_unique<QNetworkAccessManager>()) { |