From c029e52a330842415502cc29a3460e016d4a8a93 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Mon, 1 Apr 2019 20:31:10 +0200 Subject: Renaming Points Tracker to Easy Tracker. --- tracker-points/module/module.hpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 tracker-points/module/module.hpp (limited to 'tracker-points/module/module.hpp') diff --git a/tracker-points/module/module.hpp b/tracker-points/module/module.hpp deleted file mode 100644 index 0b3f12cf..00000000 --- a/tracker-points/module/module.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once - -#include "api/plugin-api.hpp" -#include -#include - -#include "compat/linkage-macros.hpp" - -namespace pt_module -{ - -class OTR_GENERIC_EXPORT metadata_pt : public Metadata -{ - Q_OBJECT - - QString name() override; - QIcon icon() override; -}; - -} // ns pt_module -- cgit v1.2.3