diff options
author | alex <alex.blasche@nokia.com> | 2011-10-21 17:07:12 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-21 10:46:21 +0200 |
commit | bc73af3ea55ed415d330f6d3a3aad6dd361f6417 (patch) | |
tree | 7e0f854c9db0c04d09a0b48f5fcecca4ffbcdeb4 /src/location/qlocationglobal.h | |
parent | d1aa576861133fbf9c2aed5958b5ad22534bf0db (diff) | |
download | qtlocation-bc73af3ea55ed415d330f6d3a3aad6dd361f6417.tar.gz |
Fixup temporary QtLocation export.
Q_LOCATION_EXPORT_TEMP -> Q_LOCATION_EXPORT
Change-Id: I65b1d9c59ab2d2ad437f1934013eb53b0b96e606
Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/qlocationglobal.h')
-rw-r--r-- | src/location/qlocationglobal.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/location/qlocationglobal.h b/src/location/qlocationglobal.h index 75bef671..feae8c83 100644 --- a/src/location/qlocationglobal.h +++ b/src/location/qlocationglobal.h @@ -52,20 +52,20 @@ # undef QT_DLL # endif # if defined(QT_BUILD_LOCATION_LIB) -# define Q_LOCATION_EXPORT_TEMP Q_DECL_EXPORT +# define Q_LOCATION_EXPORT Q_DECL_EXPORT # else -# define Q_LOCATION_EXPORT_TEMP Q_DECL_IMPORT +# define Q_LOCATION_EXPORT Q_DECL_IMPORT # endif # elif defined(QT_DLL) -# define Q_LOCATION_EXPORT_TEMP Q_DECL_EXPORT +# define Q_LOCATION_EXPORT Q_DECL_EXPORT # endif #endif -#if !defined(Q_LOCATION_EXPORT_TEMP) +#if !defined(Q_LOCATION_EXPORT) # if defined(QT_SHARED) -# define Q_LOCATION_EXPORT_TEMP Q_DECL_EXPORT +# define Q_LOCATION_EXPORT Q_DECL_EXPORT # else -# define Q_LOCATION_EXPORT_TEMP +# define Q_LOCATION_EXPORT # endif #endif |