This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2013-08-31 10:44:35 +02:00

8 lines
92 B
C++

#include "jsonplugin.h"
JsonPlugin::JsonPlugin(QObject *parent) :
QObject(parent)
{
}