7 lines
88 B
C++
7 lines
88 B
C++
#include "webplugin.h"
|
|
|
|
WebPlugin::WebPlugin(QObject *parent) :
|
|
QObject(parent)
|
|
{
|
|
}
|