Added Window::screen()
Which allows to make View::screen() non-virtual
This commit is contained in:
@@ -52,7 +52,6 @@ public:
|
||||
HANDLE handle() const override;
|
||||
void grabMouse() override;
|
||||
void releaseMouse() override;
|
||||
QScreen *screen() const override;
|
||||
void setFocus(Qt::FocusReason) override;
|
||||
QString objectName() const override;
|
||||
QVariant property(const char *) const override;
|
||||
|
||||
Reference in New Issue
Block a user