summaryrefslogtreecommitdiffstats
path: root/src/core/resources
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-11-16 17:02:44 +0000
committerSean Harmer <sean.harmer@kdab.com>2014-11-19 08:58:24 +0100
commit8a43a239d77333d0a012fae787a85367683034eb (patch)
tree62162f3394349c164e2044751c5188ec4ef06723 /src/core/resources
parent5f0fd62eb940ac2d0b3b2883ef9da4ef461e0804 (diff)
Make QCircularBuffer and QBoundedCircularBuffer private
Change-Id: I298fbaf819a118a5da4453082ec7f1484835480a Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/core/resources')
-rw-r--r--src/core/resources/qboundedcircularbuffer_p.h (renamed from src/core/resources/qboundedcircularbuffer.h)8
-rw-r--r--src/core/resources/qcircularbuffer_p.h (renamed from src/core/resources/qcircularbuffer.h)0
-rw-r--r--src/core/resources/resources.pri4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/core/resources/qboundedcircularbuffer.h b/src/core/resources/qboundedcircularbuffer_p.h
index 00dd93821..43adbe8e2 100644
--- a/src/core/resources/qboundedcircularbuffer.h
+++ b/src/core/resources/qboundedcircularbuffer_p.h
@@ -39,10 +39,10 @@
**
****************************************************************************/
-#ifndef QT3D_QBOUNDEDCIRCULARBUFFER_H
-#define QT3D_QBOUNDEDCIRCULARBUFFER_H
+#ifndef QT3D_QBOUNDEDCIRCULARBUFFER_P_H
+#define QT3D_QBOUNDEDCIRCULARBUFFER_P_H
-#include <Qt3DCore/qcircularbuffer.h>
+#include <Qt3DCore/private/qcircularbuffer_p.h>
#include <QReadWriteLock>
#include <QReadLocker>
@@ -137,4 +137,4 @@ protected:
QT_END_NAMESPACE
-#endif // QT3D_QBOUNDEDCIRCULARBUFFER_H
+#endif // QT3D_QBOUNDEDCIRCULARBUFFER_P_H
diff --git a/src/core/resources/qcircularbuffer.h b/src/core/resources/qcircularbuffer_p.h
index 30dab5dc3..30dab5dc3 100644
--- a/src/core/resources/qcircularbuffer.h
+++ b/src/core/resources/qcircularbuffer_p.h
diff --git a/src/core/resources/resources.pri b/src/core/resources/resources.pri
index d1befe69f..fc9e289e7 100644
--- a/src/core/resources/resources.pri
+++ b/src/core/resources/resources.pri
@@ -2,8 +2,8 @@ HEADERS += \
$$PWD/qhandle.h \
$$PWD/qhandlemanager.h \
$$PWD/qresourcemanager_p.h \
- $$PWD/qcircularbuffer.h \
- $$PWD/qboundedcircularbuffer.h \
+ $$PWD/qcircularbuffer_p.h \
+ $$PWD/qboundedcircularbuffer_p.h \
$$PWD/qframeallocator.h \
$$PWD/qframeallocator_p.h