summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/module.cpp
blob: c5751e6edd749239659c76bda21111226bef8876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "tracker-easy.h"
#include "tracker-easy-dialog.h"
#include "tracker-easy-api.h"
#include "module.hpp"
#include "cv-point-extractor.h"

#include <memory>



namespace EasyTracker
{

    QString Metadata::name() { return tr("Easy Tracker 0.1"); }
    QIcon Metadata::icon() { return QIcon(":/Resources/Logo_IR.png"); }

}


OPENTRACK_DECLARE_TRACKER(EasyTracker::Tracker, EasyTracker::Dialog, EasyTracker::Metadata)