Skip to content
Snippets Groups Projects
Commit cb10709b authored by anjoer's avatar anjoer
Browse files

fixed Plugins Signals and Slots

parent 00cd6671
No related branches found
No related tags found
No related merge requests found
BioTracker/Plugin/build/
BioTracker/Interfaces/build-BioTrackerInterfaces-BioTracker-Debug/
BioTracker/Source/build/
GeneratedFiles/
CMakeLists.txt.user
desktop.ini
......
#ifndef IBIOTRACKERPLUGIN_H
#define IBIOTRACKERPLUGIN_H
#include "QObject"
#include "Interfaces/IController/icontroller.h"
#include "opencv2/core/core.hpp"
#include "memory"
class IBioTrackerPlugin
class IBioTrackerPlugin : public QObject
{
Q_OBJECT
public:
~IBioTrackerPlugin() {}
......
#ifndef BIOTRACKERPLUGIN_H
#define BIOTRACKERPLUGIN_H
#include "QObject"
#include "biotrackerplugin_global.h"
#include "opencv2/core/core.hpp"
#include "Interfaces/IBioTrackerContext.h"
......@@ -12,7 +11,7 @@
#include "QPointer"
#include "memory"
class BIOTRACKERPLUGINSHARED_EXPORT BioTrackerPlugin : public QObject, IBioTrackerPlugin
class BIOTRACKERPLUGINSHARED_EXPORT BioTrackerPlugin : public IBioTrackerPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "de.fu-berlin.mi.biorobotics.BioTrackerPlugin" FILE "BioTrackerPlugin.json")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment