From add1d5d0b01078a3a99167a65e691e2ee647f398 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Sep 2021 14:05:30 +0200 Subject: tracker/hatire: fix warnings --- tracker-hatire/thread.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tracker-hatire/thread.hpp') diff --git a/tracker-hatire/thread.hpp b/tracker-hatire/thread.hpp index 5cecbdce..f6bd8d49 100644 --- a/tracker-hatire/thread.hpp +++ b/tracker-hatire/thread.hpp @@ -50,7 +50,6 @@ class hatire_thread : public QThread char buf[1024]; void run() override; - static inline QByteArray to_latin1(const QString& str) { return str.toLatin1(); } void serial_debug_info_str(const QString& str); -- cgit v1.2.3