summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qnode.cpp')
-rw-r--r--src/core/nodes/qnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nodes/qnode.cpp b/src/core/nodes/qnode.cpp
index a9ccd29ba..9b718da4b 100644
--- a/src/core/nodes/qnode.cpp
+++ b/src/core/nodes/qnode.cpp
@@ -651,7 +651,7 @@ QNode::~QNode()
/*!
Returns the id that uniquely identifies the QNode instance.
*/
-const QNodeId QNode::id() const
+QNodeId QNode::id() const
{
Q_D(const QNode);
return d->m_id;