summaryrefslogtreecommitdiffhomepage
path: root/tracker-hatire/thread.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-05-17 18:26:41 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-05-17 18:26:41 +0200
commit6711d08ff580206ec38b4f4a0deb1a04a16de431 (patch)
treec259709e9e0acca118a8b1adaf79859e3e9dc2e2 /tracker-hatire/thread.hpp
parent389ce0f98e0dda9f96340d9add9175df53e0745e (diff)
tracker/hatire: move logger from header
There's no need for the identifier to be exposed.
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