summaryrefslogtreecommitdiffstats
path: root/examples/qpa/windows/window.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-06-20 13:29:26 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-06-21 09:04:01 +0200
commit6ce6b8a378b0d97ba950240ffb048a4b7e485235 (patch)
treed94ca9d082e61ffe93c2756f69a4d99e5df42d94 /examples/qpa/windows/window.h
parent891a86f0f3b0664162642ee1d6aa3078f16695d1 (diff)
Rename QWindowSurface -> QBackingStore and split into platform / public.
Also get rid of GL window surface and related classes.
Diffstat (limited to 'examples/qpa/windows/window.h')
-rw-r--r--examples/qpa/windows/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qpa/windows/window.h b/examples/qpa/windows/window.h
index f0b7d80531..f716145f94 100644
--- a/examples/qpa/windows/window.h
+++ b/examples/qpa/windows/window.h
@@ -22,4 +22,5 @@ private:
QImage m_image;
QPoint m_lastPos;
int m_backgroundColorIndex;
+ QBackingStore *m_backingStore;
};