diff options
| -rw-r--r-- | window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Window::~Window() quint32 Window::id() const { - return quint32(this); + return quint64(this); } QRectF Window::geometry() const |
![]() |
index : {non-gerrit}/qt-labs/devdays-windowsystem-server.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | window.cpp | 2 |
@@ -44,7 +44,7 @@ Window::~Window() quint32 Window::id() const { - return quint32(this); + return quint64(this); } QRectF Window::geometry() const |