summaryrefslogtreecommitdiffstats
path: root/src/core/geometry/qbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/geometry/qbuffer.cpp')
-rw-r--r--src/core/geometry/qbuffer.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/core/geometry/qbuffer.cpp b/src/core/geometry/qbuffer.cpp
index 1d6bec562..7f2917b32 100644
--- a/src/core/geometry/qbuffer.cpp
+++ b/src/core/geometry/qbuffer.cpp
@@ -7,8 +7,6 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
-
namespace Qt3DCore {
const char *QBufferPrivate::UpdateDataPropertyName = "QT3D_updateData";
@@ -86,7 +84,7 @@ void QBufferPrivate::setData(const QByteArray &data)
*/
/*!
- * \enum QBuffer::UsageType
+ * \enum Qt3DCore::QBuffer::UsageType
*
* The type of the usage.
*
@@ -111,7 +109,7 @@ void QBufferPrivate::setData(const QByteArray &data)
*/
/*!
- * \enum QBuffer::AccessType
+ * \enum Qt3DCore::QBuffer::AccessType
*
* \value Write
* Write access
@@ -186,7 +184,7 @@ QByteArray QBuffer::data() const
}
/*!
- * \property QBuffer::usage
+ * \property Qt3DCore::QBuffer::usage
*
* Holds the buffer usage.
*/