Format file

This commit is contained in:
Arnaud 2026-01-22 18:52:39 +04:00
parent 4d5e501f9a
commit 7eab703594
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -7,11 +7,11 @@
class LogosAPI;
class IComponent {
public:
public:
virtual ~IComponent() = default;
virtual QWidget* createWidget(LogosAPI* logosAPI = nullptr) = 0;
virtual void destroyWidget(QWidget* widget) = 0;
};
#define IComponent_iid "com.logos.component.IComponent"
Q_DECLARE_INTERFACE(IComponent, IComponent_iid)
Q_DECLARE_INTERFACE(IComponent, IComponent_iid)