Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
IncludeImportPlugin.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
2// File: IncludeImportPlugin.h
3//-----------------------------------------------------------------------------
4// Project: Kactus 2
5// Author: Esko Pekkarinen
6// Date: 09.04.2015
7//
8// Description:
9// Marker interface for include import plugins.
10//-----------------------------------------------------------------------------
11
12#ifndef INCLUDEIMPORTPLUGIN_H
13#define INCLUDEIMPORTPLUGIN_H
14
15#include "ImportPlugin.h"
16
17//-----------------------------------------------------------------------------
19//-----------------------------------------------------------------------------
21{
22public:
23
26
27};
28
29Q_DECLARE_INTERFACE(IncludeImportPlugin, "com.tut.Kactus2.IncludeImportPlugin/1.0")
30
31#endif // INCLUDEIMPORTPLUGIN_H
Marker interface for include import plugins.
virtual ~IncludeImportPlugin()
The destructor.