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/androidservice/controlviews/devicecontrolapplication.h
2020-09-21 19:29:02 +02:00

15 lines
277 B
C++

#ifndef DEVICECONTROLAPPLICATION_H
#define DEVICECONTROLAPPLICATION_H
#include <QApplication>
class DeviceControlApplication : public QApplication
{
Q_OBJECT
public:
explicit DeviceControlApplication(int argc, char *argv[]);
};
#endif // DEVICECONTROLAPPLICATION_H