summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2010-06-21 18:08:05 +0200
committerPaul Olav Tvete <paul.tvete@nokia.com>2010-06-21 18:08:05 +0200
commit40e654266ed03c4d1eb055947686e03b9e6d8d0c (patch)
tree865f2d8670c5ae981e995a315b18e8b904717e60
parent454759a0c485eb2924bb6b614d02c29392e202a7 (diff)
Compile on 64-bit systemsHEADmaster
...but not guaranteed to work.
-rw-r--r--window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.cpp b/window.cpp
index d631281..02a8b71 100644
--- a/window.cpp
+++ b/window.cpp
@@ -44,7 +44,7 @@ Window::~Window()
quint32 Window::id() const
{
- return quint32(this);
+ return quint64(this);
}
QRectF Window::geometry() const