open-hyperion/ORGBExamplePlugin.cpp
2020-12-11 17:53:32 -06:00

9 lines
127 B
C++

#include "ORGBExamplePlugin.h"
#include <QDebug>
std::string ORGBPlugin::PluginName() const
{
return "ExamplePlugin";
}