diff options
author | Michael Dominic K <mdk@codethink.co.uk> | 2011-01-04 09:29:06 +0100 |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2011-01-04 09:29:06 +0100 |
commit | 7fec0ddfae9e7c79d904c87e7726991a306f5ab3 (patch) | |
tree | dc5c08bf46c79d69571d36921aeff8fc33ca5411 /tools/qmeegographicssystemhelper | |
parent | cb470a33bf85cf15b9df57e3ade27c6a0720d138 (diff) | |
download | qt4-tools-7fec0ddfae9e7c79d904c87e7726991a306f5ab3.tar.gz |
QMeeGoSwitchEvent exported and static.
Merge-request: 1009
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tools/qmeegographicssystemhelper')
-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 0ddbd3d814..462182f7b4 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; |