nymea/hive/libhive/jsonparser.cpp

7 lines
91 B
C++

#include "jsonparser.h"
JsonParser::JsonParser(QObject *parent) :
QObject(parent)
{
}