mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -25,6 +25,8 @@ namespace BlackCore
|
||||
//! Application context
|
||||
class BLACKCORE_EXPORT CContextApplicationEmpty : public IContextApplication
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
CContextApplicationEmpty(CCoreFacade *runtime) : IContextApplication(CCoreFacadeConfig::NotUsed, runtime) {}
|
||||
|
||||
Reference in New Issue
Block a user