mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 12:45:40 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -28,6 +28,8 @@ namespace BlackGui
|
||||
*/
|
||||
class CViewBaseProxyStyle : public QProxyStyle
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
CViewBaseProxyStyle(CViewBaseNonTemplate *view, QStyle *style = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user