summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface_qpa_p.h
diff options
context:
space:
mode:
authorMorten Sorvig <morten.sorvig@nokia.com>2011-06-23 10:31:46 +0200
committerMorten Sorvig <morten.sorvig@nokia.com>2011-06-23 11:04:21 +0200
commit9988b12cc5d823319281cb54b2974d156abcc342 (patch)
treef40a2ed3363a9d41a4719cca0fff56d68a5702c4 /src/gui/kernel/qwindowsysteminterface_qpa_p.h
parent58d10c0bd7cff2009edf6183c660b2e149eb9a82 (diff)
Add QWindowSystemInterface::windowSystemEventsQueued()
This removes the last use of QWindowSystemInterfacePrivate from outside QtGui, so we can make that class non-exported again.
Diffstat (limited to 'src/gui/kernel/qwindowsysteminterface_qpa_p.h')
-rw-r--r--src/gui/kernel/qwindowsysteminterface_qpa_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwindowsysteminterface_qpa_p.h b/src/gui/kernel/qwindowsysteminterface_qpa_p.h
index 5c9a6b06b2..912ac877fb 100644
--- a/src/gui/kernel/qwindowsysteminterface_qpa_p.h
+++ b/src/gui/kernel/qwindowsysteminterface_qpa_p.h
@@ -47,7 +47,7 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
-class Q_GUI_EXPORT QWindowSystemInterfacePrivate {
+class QWindowSystemInterfacePrivate {
public:
enum EventType {
Close,