summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qopenglfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qopenglfilter.cpp')
-rw-r--r--src/render/materialsystem/qopenglfilter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/materialsystem/qopenglfilter.cpp b/src/render/materialsystem/qopenglfilter.cpp
index 3bc20a84d..fa9437e4a 100644
--- a/src/render/materialsystem/qopenglfilter.cpp
+++ b/src/render/materialsystem/qopenglfilter.cpp
@@ -280,7 +280,7 @@ void QOpenGLFilter::setVendor(const QString &vendor)
}
}
-/*! \fn bool Qt3D::operator ==(const QOpenGLFilter &reference, const QOpenGLFilter &sample)
+/*! \fn bool Qt3DCore::operator ==(const QOpenGLFilter &reference, const QOpenGLFilter &sample)
\relates Qt3DRender::QOpenGLFilter
Returns true if \a reference and \a sample are equivalent.
*/
@@ -302,7 +302,7 @@ bool operator ==(const QOpenGLFilter &reference, const QOpenGLFilter &sample)
return false;
}
-/*! \fn bool Qt3D::operator !=(const QOpenGLFilter &reference, const QOpenGLFilter &sample)
+/*! \fn bool Qt3DCore::operator !=(const QOpenGLFilter &reference, const QOpenGLFilter &sample)
\relates Qt3DRender::QOpenGLFilter
Returns true if \a reference and \a sample are different.
*/