diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-08 15:54:00 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-08 15:54:00 (GMT) |
commit | e8c6f81979d129bdf5251a0520c39b846f47d850 (patch) | |
tree | b38692ff1dbe77b52c7f12442af0f40f56f34579 /src/gui/kernel/qevent_p.h | |
parent | 7ec33b89beaad84893b8c79f1a1b81a9cd63887f (diff) | |
download | Qt-e8c6f81979d129bdf5251a0520c39b846f47d850.zip Qt-e8c6f81979d129bdf5251a0520c39b846f47d850.tar.gz Qt-e8c6f81979d129bdf5251a0520c39b846f47d850.tar.bz2 |
removed more exports on private classes (QMouseEventEx and QKeyEventEx)
Diffstat (limited to 'src/gui/kernel/qevent_p.h')
-rw-r--r-- | src/gui/kernel/qevent_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qevent_p.h b/src/gui/kernel/qevent_p.h index cc94aad..8e762d6 100644 --- a/src/gui/kernel/qevent_p.h +++ b/src/gui/kernel/qevent_p.h @@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE // // ### Qt 5: remove -class Q_GUI_EXPORT QKeyEventEx : public QKeyEvent +class QKeyEventEx : public QKeyEvent { public: QKeyEventEx(Type type, int key, Qt::KeyboardModifiers modifiers, @@ -76,7 +76,7 @@ protected: }; // ### Qt 5: remove -class Q_GUI_EXPORT QMouseEventEx : public QMouseEvent +class QMouseEventEx : public QMouseEvent { public: QMouseEventEx(Type type, const QPointF &pos, const QPoint &globalPos, |