Fix unused private field warning on clang
More methods to be implemented soon, but let's have at least 1 now to get rid of the warning
This commit is contained in:
@@ -25,6 +25,8 @@ class DOCKS_EXPORT ViewWrapper_qtwidgets : public ViewWrapper
|
||||
public:
|
||||
explicit ViewWrapper_qtwidgets(QWidget *widget);
|
||||
|
||||
QRect geometry() const override;
|
||||
|
||||
private:
|
||||
QWidget *const m_widget;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user