summaryrefslogtreecommitdiffhomepage
path: root/tracker-hatire/thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-hatire/thread.hpp')
-rw-r--r--tracker-hatire/thread.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tracker-hatire/thread.hpp b/tracker-hatire/thread.hpp
index b5ecacc2..26491cfe 100644
--- a/tracker-hatire/thread.hpp
+++ b/tracker-hatire/thread.hpp
@@ -36,14 +36,6 @@ struct serial_result
results code;
};
-struct Diag : public QFile
-{
- Diag()
- {
- setFileName(QCoreApplication::applicationDirPath() + "/HATDiagnostics.txt");
- }
-};
-
class hatire_thread : public QThread
{
Q_OBJECT