aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponentattached_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-03-21 01:10:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-21 08:04:34 +0100
commitb3d8a4d47db63a06d354b6002ec764fd1442ec6e (patch)
tree7698afa9e80b58db70fcf6cd5163beaa33a10688 /src/qml/qml/qqmlcomponentattached_p.h
parent20d9454ce6c32e61794f68d75fc82bd67737a306 (diff)
Cleanupsv5.3.0-beta1
* Get rid of members in QQmlCompiledData that were used by the VME and are now unused * Get rid of QQmlVME friend declarations that are not needed anymore Change-Id: I11b4b6f0b4b0b60edf92a1256be3d0d44d76bbc9 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlcomponentattached_p.h')
-rw-r--r--src/qml/qml/qqmlcomponentattached_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcomponentattached_p.h b/src/qml/qml/qqmlcomponentattached_p.h
index ae416dcb1c..4fb77a1a4d 100644
--- a/src/qml/qml/qqmlcomponentattached_p.h
+++ b/src/qml/qml/qqmlcomponentattached_p.h
@@ -73,7 +73,6 @@ Q_SIGNALS:
void destruction();
private:
- friend class QQmlVME;
friend class QQmlContextData;
};