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-remoteproxy/server/remoteproxyserverapplication.h
2018-08-16 19:55:06 +02:00

20 lines
375 B
C++

#ifndef REMOTEPROXYSERVERAPPLICATION_H
#define REMOTEPROXYSERVERAPPLICATION_H
#include <QObject>
#include <QSocketNotifier>
#include <QCoreApplication>
class RemoteProxyServerApplication : public QCoreApplication
{
Q_OBJECT
public:
explicit RemoteProxyServerApplication(int &argc, char **argv);
signals:
public slots:
};
#endif // REMOTEPROXYSERVERAPPLICATION_H