aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject_p.h
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-03-14 20:06:03 +0100
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-03-15 06:12:29 +0000
commitfe7c2cbab3a8967b7f19f2aae8f5152ab23bf43d (patch)
tree880d65af73b569d9b5379b3631cca3547f590653 /src/qml/qml/qqmlvmemetaobject_p.h
parentd592cc9efded0597e6f5d8459c71895fd5961a7e (diff)
Remove helpers from the public interface
There is no good reason to have them in the public interface. Reducing the visibility to the translation unit. Change-Id: I79eb8450e17c199625b6c057df6976c26daa5a39 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlvmemetaobject_p.h')
-rw-r--r--src/qml/qml/qqmlvmemetaobject_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qml/qml/qqmlvmemetaobject_p.h b/src/qml/qml/qqmlvmemetaobject_p.h
index 66bc6d5329..c95cb7e070 100644
--- a/src/qml/qml/qqmlvmemetaobject_p.h
+++ b/src/qml/qml/qqmlvmemetaobject_p.h
@@ -275,11 +275,6 @@ public:
inline QQmlVMEMetaObject *parentVMEMetaObject() const;
- static void list_append(QQmlListProperty<QObject> *, QObject *);
- static int list_count(QQmlListProperty<QObject> *);
- static QObject *list_at(QQmlListProperty<QObject> *, int);
- static void list_clear(QQmlListProperty<QObject> *);
-
void activate(QObject *, int, void **);
QList<QQmlVMEVariantQObjectPtr *> varObjectGuards;