diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-16 00:00:02 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-29 00:04:47 +0200 |
| commit | 20fc4b1b648ffc8e403c7b13e933ecd92b0458c7 (patch) | |
| tree | aeaadabc2d253e4061c0b4a9b104625f636b369c /tracker-trackhat/metadata.hpp | |
| parent | d9f0f70ce50a046046cc7c88b992876dac7782b2 (diff) | |
tracker/trackhat: buffer flush
Diffstat (limited to 'tracker-trackhat/metadata.hpp')
| -rw-r--r-- | tracker-trackhat/metadata.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tracker-trackhat/metadata.hpp b/tracker-trackhat/metadata.hpp index d8d053b1..c0f7567c 100644 --- a/tracker-trackhat/metadata.hpp +++ b/tracker-trackhat/metadata.hpp @@ -1,7 +1,6 @@ #pragma once #include "trackhat.hpp" #include "../tracker-pt/ftnoir_tracker_pt.h" -#include "../tracker-pt/ftnoir_tracker_pt_dialog.h" class trackhat_pt final : public Tracker_PT { @@ -11,14 +10,6 @@ public: trackhat_pt(); }; -class trackhat_pt_dialog final : public TrackerDialog_PT -{ - Q_OBJECT - -public: - trackhat_pt_dialog(); -}; - class trackhat_module final : public Metadata { Q_OBJECT |
