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