Files

7 lines
88 B
C++
Raw Permalink Normal View History

2018-09-17 19:29:29 +02:00
#include "webplugin.h"
WebPlugin::WebPlugin(QObject *parent) :
QObject(parent)
{
}