aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qmltc/supportlibrary
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qmltc/supportlibrary')
-rw-r--r--src/qml/qmltc/supportlibrary/qqmlcppbinding_p.h2
-rw-r--r--src/qml/qmltc/supportlibrary/qqmlcpponassignment_p.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qmltc/supportlibrary/qqmlcppbinding_p.h b/src/qml/qmltc/supportlibrary/qqmlcppbinding_p.h
index 0f2e6a4998..a1c60012bc 100644
--- a/src/qml/qmltc/supportlibrary/qqmlcppbinding_p.h
+++ b/src/qml/qmltc/supportlibrary/qqmlcppbinding_p.h
@@ -32,7 +32,7 @@
QT_BEGIN_NAMESPACE
-struct Q_QML_PRIVATE_EXPORT QQmlCppBinding
+struct Q_QML_EXPORT QQmlCppBinding
{
// TODO: this might instead be put into the QQmlEngine or QQmlAnyBinding?
static QUntypedPropertyBinding
diff --git a/src/qml/qmltc/supportlibrary/qqmlcpponassignment_p.h b/src/qml/qmltc/supportlibrary/qqmlcpponassignment_p.h
index 9c854430dc..cd8014895f 100644
--- a/src/qml/qmltc/supportlibrary/qqmlcpponassignment_p.h
+++ b/src/qml/qmltc/supportlibrary/qqmlcpponassignment_p.h
@@ -30,7 +30,7 @@ QT_BEGIN_NAMESPACE
(unintentionally?). This API allows to avoid manual casts to base types as
the C++ compiler would implicitly cast derived classes in this case.
*/
-struct Q_QML_PRIVATE_EXPORT QQmlCppOnAssignmentHelper
+struct Q_QML_EXPORT QQmlCppOnAssignmentHelper
{
// TODO: in theory, this API might just accept QObject * and int that would
// give the QMetaProperty. using the meta property, one could create