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.
powersync-app/guh-control/jsonrpc/configurationhandler.cpp
2017-10-22 18:40:17 +02:00

13 lines
207 B
C++

#include "configurationhandler.h"
ConfigurationHandler::ConfigurationHandler(QObject *parent) :
JsonHandler(parent)
{
}
QString ConfigurationHandler::nameSpace() const
{
return "Configuration";
}