1 #ifndef SIMPLEPLUGIN_HH_INCLUDED 2 #define SIMPLEPLUGIN_HH_INCLUDED 16 QString
name() {
return QString(
"SimplePlugin"); };
18 QString
description() {
return QString(
"Does actually nothing but works!"); };
Interface class from which all plugins have to be created.
QString description()
Return a description of what the plugin is doing.
QString name()
Return a name for the plugin.