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.h
2019-04-02 01:01:32 +02:00

17 lines
252 B
C++

#ifndef NETWORKCONNECTION_H
#define NETWORKCONNECTION_H
#include <QObject>
class NetworkConnection : public QObject
{
Q_OBJECT
public:
explicit NetworkConnection(QObject *parent = 0);
signals:
public slots:
};
#endif // NETWORKCONNECTION_H