diff options
author | Michael Dominic K <mdk@codethink.co.uk> | 2011-01-04 08:29:06 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2011-01-04 08:29:06 (GMT) |
commit | 7fec0ddfae9e7c79d904c87e7726991a306f5ab3 (patch) | |
tree | dc5c08bf46c79d69571d36921aeff8fc33ca5411 /tools | |
parent | cb470a33bf85cf15b9df57e3ade27c6a0720d138 (diff) | |
download | Qt-7fec0ddfae9e7c79d904c87e7726991a306f5ab3.zip Qt-7fec0ddfae9e7c79d904c87e7726991a306f5ab3.tar.gz Qt-7fec0ddfae9e7c79d904c87e7726991a306f5ab3.tar.bz2 |
QMeeGoSwitchEvent exported and static.
Merge-request: 1009
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qmeegographicssystemhelper/qmeegoswitchevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmeegographicssystemhelper/qmeegoswitchevent.h b/tools/qmeegographicssystemhelper/qmeegoswitchevent.h index 0ddbd3d..462182f 100644 --- a/tools/qmeegographicssystemhelper/qmeegoswitchevent.h +++ b/tools/qmeegographicssystemhelper/qmeegoswitchevent.h @@ -52,7 +52,7 @@ when going to software mode. */ -class QMeeGoSwitchEvent : public QEvent +class Q_DECL_EXPORT QMeeGoSwitchEvent : public QEvent { public: @@ -83,7 +83,7 @@ public: The type is registered on first access. Use this to detect incoming QMeeGoSwitchEvents. */ - QEvent::Type eventNumber(); + static QEvent::Type eventNumber(); private: QString name; |