summaryrefslogtreecommitdiffstats
path: root/examples/qpa/windows/window.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-06-21 17:00:25 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-06-22 09:41:10 +0200
commit18c1d671371ef8d94506a9a6dd6ee3680ef80fd3 (patch)
treef70ea0d730e39b7081b184778180eb616a670773 /examples/qpa/windows/window.h
parentdc40eaba1f2fa5db9e4bb56f3e624cd10fd6dc6b (diff)
Made QExposeEvent public and added exposeEvent() in QWindow.
This is needed for applications that use QBackingStore directly.
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 f716145f94..546cf67bce 100644
--- a/examples/qpa/windows/window.h
+++ b/examples/qpa/windows/window.h
@@ -13,6 +13,7 @@ protected:
void keyPressEvent(QKeyEvent *);
+ void exposeEvent(QExposeEvent *);
void resizeEvent(QResizeEvent *);
private: