diff options
| author | Paul Olav Tvete <paul.tvete@nokia.com> | 2010-06-21 18:08:05 +0200 |
|---|---|---|
| committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2010-06-21 18:08:05 +0200 |
| commit | 40e654266ed03c4d1eb055947686e03b9e6d8d0c (patch) | |
| tree | 865f2d8670c5ae981e995a315b18e8b904717e60 | |
| parent | 454759a0c485eb2924bb6b614d02c29392e202a7 (diff) | |
...but not guaranteed to work.
| -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 |
