summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qqueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qqueue.cpp')
-rw-r--r--src/corelib/tools/qqueue.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/corelib/tools/qqueue.cpp b/src/corelib/tools/qqueue.cpp
index 65b50c4e03..a8b5051616 100644
--- a/src/corelib/tools/qqueue.cpp
+++ b/src/corelib/tools/qqueue.cpp
@@ -71,19 +71,6 @@
*/
/*!
- \fn QQueue::QQueue()
-
- Constructs an empty queue.
-*/
-
-/*!
- \fn QQueue::~QQueue()
-
- Destroys the queue. References to the values in the queue, and all
- iterators over this queue, become invalid.
-*/
-
-/*!
\fn void QQueue::swap(QQueue<T> &other)
\since 4.8