summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectreplica.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/remoteobjects/qremoteobjectreplica.cpp')
-rw-r--r--src/remoteobjects/qremoteobjectreplica.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/remoteobjects/qremoteobjectreplica.cpp b/src/remoteobjects/qremoteobjectreplica.cpp
index 05eb71c..91af191 100644
--- a/src/remoteobjects/qremoteobjectreplica.cpp
+++ b/src/remoteobjects/qremoteobjectreplica.cpp
@@ -577,14 +577,6 @@ void QRemoteObjectReplica::setProperties(const QVariantList &properties)
}
/*!
- \internal
-*/
-void QRemoteObjectReplica::setProperty(int i, const QVariant &prop)
-{
- d_ptr->setProperty(i, prop);
-}
-
-/*!
Returns \c true if this replica has been initialized with data from the \l {Source} object. Returns \c false otherwise.
\sa state()