Remove Window::setProperty/property
Mostly unused and much easier to use a member variable.
This commit is contained in:
@@ -33,9 +33,6 @@ public:
|
||||
void setVisible(bool) override;
|
||||
WId handle() const override;
|
||||
|
||||
// TODOm3: Remove
|
||||
void setProperty(const char *name, const QVariant &value) override;
|
||||
QVariant property(const char *name) const override;
|
||||
bool equals(std::shared_ptr<Window> other) const override;
|
||||
void setFramePosition(QPoint targetPos) override;
|
||||
void resize(int width, int height) override;
|
||||
|
||||
Reference in New Issue
Block a user