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-core/server/networkmanager/networkconnection.cpp
2019-04-02 01:01:32 +02:00

7 lines
109 B
C++

#include "networkconnection.h"
NetworkConnection::NetworkConnection(QObject *parent) : QObject(parent)
{
}