summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/qpostman_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/qpostman_p.h b/src/core/qpostman_p.h
index 3e5f91742..1e31940b8 100644
--- a/src/core/qpostman_p.h
+++ b/src/core/qpostman_p.h
@@ -69,7 +69,7 @@ public:
virtual bool shouldNotifyFrontend(const QSceneChangePtr &change) = 0;
};
-class Q_AUTOTEST_EXPORT QPostman final
+class Q_3DCORE_PRIVATE_EXPORT QPostman final
: public QObject
, public QAbstractPostman
{