summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Fernengel <harald@trolltech.com>2009-06-15 08:22:09 (GMT)
committerHarald Fernengel <harald@trolltech.com>2009-06-15 08:22:09 (GMT)
commit47ec0f00869019fd7ea08577b9906209dd4bdf55 (patch)
tree82d29e4224179b1f3f2c01cbeb88fd542a3b0f1b /src
parent5b418dd900b9455dadfeeda23e5478fb575f5e3f (diff)
downloadQt-47ec0f00869019fd7ea08577b9906209dd4bdf55.zip
Qt-47ec0f00869019fd7ea08577b9906209dd4bdf55.tar.gz
Qt-47ec0f00869019fd7ea08577b9906209dd4bdf55.tar.bz2
export QSymbianLeaveException
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 450fd86..10dee86 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -2314,7 +2314,7 @@ QT3_SUPPORT Q_CORE_EXPORT const char *qInstallPathSysconf();
#include <stdexcept>
-class QSymbianLeaveException : public std::exception
+class Q_CORE_EXPORT QSymbianLeaveException : public std::exception
{
public:
inline QSymbianLeaveException(int err) : error(err) {}