Remove Deprecated QDesktopWidget (#4287)

* fix: remove deprecated `QDesktopWidget`

* chore: add changelog entry
This commit is contained in:
nerix
2023-01-07 11:41:39 +01:00
committed by GitHub
parent e48945e370
commit 95b1f82620
7 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ protected:
private:
void init();
void moveIntoDesktopRect(QWidget *parent, QPoint point);
void moveIntoDesktopRect(QPoint point);
void calcButtonsSizes();
void drawCustomWindowFrame(QPainter &painter);
void onFocusLost();