diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-06-15 08:22:09 (GMT) |
---|---|---|
committer | Harald Fernengel <harald@trolltech.com> | 2009-06-15 08:22:09 (GMT) |
commit | 47ec0f00869019fd7ea08577b9906209dd4bdf55 (patch) | |
tree | 82d29e4224179b1f3f2c01cbeb88fd542a3b0f1b /src | |
parent | 5b418dd900b9455dadfeeda23e5478fb575f5e3f (diff) | |
download | Qt-47ec0f00869019fd7ea08577b9906209dd4bdf55.zip Qt-47ec0f00869019fd7ea08577b9906209dd4bdf55.tar.gz Qt-47ec0f00869019fd7ea08577b9906209dd4bdf55.tar.bz2 |
export QSymbianLeaveException
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/global/qglobal.h | 2 |
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) {} |