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/cloud/cloudclient.h
2019-04-01 20:48:17 +02:00

18 lines
223 B
C++

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