aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qtquicktemplates2global_p.h
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-27 14:38:39 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-27 12:58:34 +0000
commit7176f1d5bf9d310cb2568688fea2e201404fdeb6 (patch)
treee323bb4e9020962d19d19f7e909df3b0830e5845 /src/quicktemplates2/qtquicktemplates2global_p.h
parent3d6d026602cf9a6ccc35655347c2ed6267bbc49f (diff)
Q_QUICKTEMPLATES2_EXPORT => Q_QUICKTEMPLATES2_PRIVATE_EXPORT
They're all private classes. Change-Id: I2f1463429109c5651f9cca5bc7aabe5cf0f79637 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2/qtquicktemplates2global_p.h')
-rw-r--r--src/quicktemplates2/qtquicktemplates2global_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quicktemplates2/qtquicktemplates2global_p.h b/src/quicktemplates2/qtquicktemplates2global_p.h
index 38919795..717bcb5c 100644
--- a/src/quicktemplates2/qtquicktemplates2global_p.h
+++ b/src/quicktemplates2/qtquicktemplates2global_p.h
@@ -54,12 +54,12 @@ QT_BEGIN_NAMESPACE
#ifndef QT_STATIC
# if defined(QT_BUILD_QUICKTEMPLATES2_LIB)
-# define Q_QUICKTEMPLATES2_EXPORT Q_DECL_EXPORT
+# define Q_QUICKTEMPLATES2_PRIVATE_EXPORT Q_DECL_EXPORT
# else
-# define Q_QUICKTEMPLATES2_EXPORT Q_DECL_IMPORT
+# define Q_QUICKTEMPLATES2_PRIVATE_EXPORT Q_DECL_IMPORT
# endif
#else
-# define Q_QUICKTEMPLATES2_EXPORT
+# define Q_QUICKTEMPLATES2_PRIVATE_EXPORT
#endif
QT_END_NAMESPACE