#ifndef HONALOWLEVELAPI_H #define HONALOWLEVELAPI_H #include class HonaLowLevelAPI : public QObject { Q_OBJECT public: explicit HonaLowLevelAPI(QObject *parent = nullptr); signals: public slots: }; #endif // HONALOWLEVELAPI_H