1#ifndef SIMPLEPLUGIN_HH_INCLUDED
2#define SIMPLEPLUGIN_HH_INCLUDED
11Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.examples.SimplePlugin")
17 QString
name() {
return QString(
"SimplePlugin"); };
19 QString
description() {
return QString(
"Does actually nothing but works!"); };
Interface class from which all plugins have to be created.
QString name()
Return a name for the plugin.
QString description()
Return a description of what the plugin is doing.