open-hyperion/ORGBExamplePlugin.cpp

10 lines
127 B
C++
Raw Normal View History

2020-12-11 23:53:32 +00:00
#include "ORGBExamplePlugin.h"
#include <QDebug>
std::string ORGBPlugin::PluginName() const
{
return "ExamplePlugin";
}