#pragma once #include class SpkResource : public QObject { Q_OBJECT public: SpkResource(QObject *parent = nullptr); private: };