remove QLinkedList<T> leftovers

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-01-29 17:15:10 +02:00
parent fda0bd0139
commit 65832238d3
7 changed files with 0 additions and 45 deletions

View file

@ -729,7 +729,6 @@ katie_generate_obsolete(QMultiHash QtCore qhash.h)
katie_generate_obsolete(QMultiMap QtCore qmap.h) katie_generate_obsolete(QMultiMap QtCore qmap.h)
katie_generate_obsolete(QMutableFutureIterator QtCore qfuture.h) katie_generate_obsolete(QMutableFutureIterator QtCore qfuture.h)
katie_generate_obsolete(QMutableHashIterator QtCore qhash.h) katie_generate_obsolete(QMutableHashIterator QtCore qhash.h)
katie_generate_obsolete(QMutableLinkedListIterator QtCore qlist.h)
katie_generate_obsolete(QMutableListIterator QtCore qlist.h) katie_generate_obsolete(QMutableListIterator QtCore qlist.h)
katie_generate_obsolete(QMutableMapIterator QtCore qmap.h) katie_generate_obsolete(QMutableMapIterator QtCore qmap.h)
katie_generate_obsolete(QMutableSetIterator QtCore qset.h) katie_generate_obsolete(QMutableSetIterator QtCore qset.h)

View file

@ -102,7 +102,6 @@ include/katie/QtCore/QMultiHash
include/katie/QtCore/QMultiMap include/katie/QtCore/QMultiMap
include/katie/QtCore/QMutableFutureIterator include/katie/QtCore/QMutableFutureIterator
include/katie/QtCore/QMutableHashIterator include/katie/QtCore/QMutableHashIterator
include/katie/QtCore/QMutableLinkedListIterator
include/katie/QtCore/QMutableListIterator include/katie/QtCore/QMutableListIterator
include/katie/QtCore/QMutableMapIterator include/katie/QtCore/QMutableMapIterator
include/katie/QtCore/QMutableSetIterator include/katie/QtCore/QMutableSetIterator

View file

@ -105,7 +105,6 @@ include/katie/QtCore/QMultiHash
include/katie/QtCore/QMultiMap include/katie/QtCore/QMultiMap
include/katie/QtCore/QMutableFutureIterator include/katie/QtCore/QMutableFutureIterator
include/katie/QtCore/QMutableHashIterator include/katie/QtCore/QMutableHashIterator
include/katie/QtCore/QMutableLinkedListIterator
include/katie/QtCore/QMutableListIterator include/katie/QtCore/QMutableListIterator
include/katie/QtCore/QMutableMapIterator include/katie/QtCore/QMutableMapIterator
include/katie/QtCore/QMutableSetIterator include/katie/QtCore/QMutableSetIterator

View file

@ -105,7 +105,6 @@ include/katie/QtCore/QMultiHash
include/katie/QtCore/QMultiMap include/katie/QtCore/QMultiMap
include/katie/QtCore/QMutableFutureIterator include/katie/QtCore/QMutableFutureIterator
include/katie/QtCore/QMutableHashIterator include/katie/QtCore/QMutableHashIterator
include/katie/QtCore/QMutableLinkedListIterator
include/katie/QtCore/QMutableListIterator include/katie/QtCore/QMutableListIterator
include/katie/QtCore/QMutableMapIterator include/katie/QtCore/QMutableMapIterator
include/katie/QtCore/QMutableSetIterator include/katie/QtCore/QMutableSetIterator

View file

@ -56,7 +56,6 @@ incmap = {
'QMultiMap': 'qmap.h', 'QMultiMap': 'qmap.h',
'QMutableFutureIterator': 'qfuture.h', 'QMutableFutureIterator': 'qfuture.h',
'QMutableHashIterator': 'qhash.h', 'QMutableHashIterator': 'qhash.h',
'QMutableLinkedListIterator': 'qlist.h',
'QMutableListIterator': 'qlist.h', 'QMutableListIterator': 'qlist.h',
'QMutableMapIterator': 'qmap.h', 'QMutableMapIterator': 'qmap.h',
'QMutableSetIterator': 'qset.h', 'QMutableSetIterator': 'qset.h',

View file

@ -393,7 +393,6 @@ classlist = [
"QMultiMap", "QMultiMap",
"QMutableFutureIterator", "QMutableFutureIterator",
"QMutableHashIterator", "QMutableHashIterator",
"QMutableLinkedListIterator",
"QMutableListIterator", "QMutableListIterator",
"QMutableMapIterator", "QMutableMapIterator",
"QMutableSetIterator", "QMutableSetIterator",

View file

@ -384,7 +384,6 @@
/*! /*!
\fn QMutableListIterator::~QMutableListIterator() \fn QMutableListIterator::~QMutableListIterator()
\fn QMutableLinkedListIterator::~QMutableLinkedListIterator()
\fn QMutableVectorIterator::~QMutableVectorIterator() \fn QMutableVectorIterator::~QMutableVectorIterator()
\fn QMutableSetIterator::~QMutableSetIterator() \fn QMutableSetIterator::~QMutableSetIterator()
@ -424,7 +423,6 @@
\fn void QVectorIterator::toFront() \fn void QVectorIterator::toFront()
\fn void QSetIterator::toFront() \fn void QSetIterator::toFront()
\fn void QMutableListIterator::toFront() \fn void QMutableListIterator::toFront()
\fn void QMutableLinkedListIterator::toFront()
\fn void QMutableVectorIterator::toFront() \fn void QMutableVectorIterator::toFront()
\fn void QMutableSetIterator::toFront() \fn void QMutableSetIterator::toFront()
@ -438,7 +436,6 @@
\fn void QVectorIterator::toBack() \fn void QVectorIterator::toBack()
\fn void QSetIterator::toBack() \fn void QSetIterator::toBack()
\fn void QMutableListIterator::toBack() \fn void QMutableListIterator::toBack()
\fn void QMutableLinkedListIterator::toBack()
\fn void QMutableVectorIterator::toBack() \fn void QMutableVectorIterator::toBack()
\fn void QMutableSetIterator::toBack() \fn void QMutableSetIterator::toBack()
@ -452,7 +449,6 @@
\fn bool QVectorIterator::hasNext() const \fn bool QVectorIterator::hasNext() const
\fn bool QSetIterator::hasNext() const \fn bool QSetIterator::hasNext() const
\fn bool QMutableListIterator::hasNext() const \fn bool QMutableListIterator::hasNext() const
\fn bool QMutableLinkedListIterator::hasNext() const
\fn bool QMutableVectorIterator::hasNext() const \fn bool QMutableVectorIterator::hasNext() const
\fn bool QMutableSetIterator::hasNext() const \fn bool QMutableSetIterator::hasNext() const
@ -477,7 +473,6 @@
*/ */
/*! \fn T &QMutableListIterator::next() /*! \fn T &QMutableListIterator::next()
\fn T &QMutableLinkedListIterator::next()
\fn T &QMutableVectorIterator::next() \fn T &QMutableVectorIterator::next()
Returns a reference to the next item, and advances the iterator Returns a reference to the next item, and advances the iterator
@ -503,7 +498,6 @@
*/ */
/*! \fn T &QMutableListIterator::peekNext() const /*! \fn T &QMutableListIterator::peekNext() const
\fn T &QMutableLinkedListIterator::peekNext() const
\fn T &QMutableVectorIterator::peekNext() const \fn T &QMutableVectorIterator::peekNext() const
Returns a reference to the next item, without moving the iterator. Returns a reference to the next item, without moving the iterator.
@ -518,7 +512,6 @@
\fn bool QVectorIterator::hasPrevious() const \fn bool QVectorIterator::hasPrevious() const
\fn bool QSetIterator::hasPrevious() const \fn bool QSetIterator::hasPrevious() const
\fn bool QMutableListIterator::hasPrevious() const \fn bool QMutableListIterator::hasPrevious() const
\fn bool QMutableLinkedListIterator::hasPrevious() const
\fn bool QMutableVectorIterator::hasPrevious() const \fn bool QMutableVectorIterator::hasPrevious() const
\fn bool QMutableSetIterator::hasPrevious() const \fn bool QMutableSetIterator::hasPrevious() const
@ -544,7 +537,6 @@
*/ */
/*! \fn T &QMutableListIterator::previous() /*! \fn T &QMutableListIterator::previous()
\fn T &QMutableLinkedListIterator::previous()
\fn T &QMutableVectorIterator::previous() \fn T &QMutableVectorIterator::previous()
Returns a reference to the previous item and moves the iterator Returns a reference to the previous item and moves the iterator
@ -570,7 +562,6 @@
*/ */
/*! \fn T &QMutableListIterator::peekPrevious() const /*! \fn T &QMutableListIterator::peekPrevious() const
\fn T &QMutableLinkedListIterator::peekPrevious() const
\fn T &QMutableVectorIterator::peekPrevious() const \fn T &QMutableVectorIterator::peekPrevious() const
Returns a reference to the previous item, without moving the iterator. Returns a reference to the previous item, without moving the iterator.
@ -585,7 +576,6 @@
\fn bool QVectorIterator::findNext(const T &value) \fn bool QVectorIterator::findNext(const T &value)
\fn bool QSetIterator::findNext(const T &value) \fn bool QSetIterator::findNext(const T &value)
\fn bool QMutableListIterator::findNext(const T &value) \fn bool QMutableListIterator::findNext(const T &value)
\fn bool QMutableLinkedListIterator::findNext(const T &value)
\fn bool QMutableVectorIterator::findNext(const T &value) \fn bool QMutableVectorIterator::findNext(const T &value)
\fn bool QMutableSetIterator::findNext(const T &value) \fn bool QMutableSetIterator::findNext(const T &value)
@ -603,7 +593,6 @@
\fn bool QVectorIterator::findPrevious(const T &value) \fn bool QVectorIterator::findPrevious(const T &value)
\fn bool QSetIterator::findPrevious(const T &value) \fn bool QSetIterator::findPrevious(const T &value)
\fn bool QMutableListIterator::findPrevious(const T &value) \fn bool QMutableListIterator::findPrevious(const T &value)
\fn bool QMutableLinkedListIterator::findPrevious(const T &value)
\fn bool QMutableVectorIterator::findPrevious(const T &value) \fn bool QMutableVectorIterator::findPrevious(const T &value)
\fn bool QMutableSetIterator::findPrevious(const T &value) \fn bool QMutableSetIterator::findPrevious(const T &value)
@ -629,17 +618,6 @@
\sa insert(), setValue() \sa insert(), setValue()
*/ */
/*! \fn void QMutableLinkedListIterator::remove()
Removes the last item that was jumped over using one of the
traversal functions (next(), previous(), findNext(), findPrevious()).
Example:
\snippet doc/src/snippets/code/doc_src_qiterator.cpp 20
\sa insert(), setValue()
*/
/*! \fn void QMutableVectorIterator::remove() /*! \fn void QMutableVectorIterator::remove()
Removes the last item that was jumped over using one of the Removes the last item that was jumped over using one of the
@ -676,20 +654,6 @@
\sa value(), remove(), insert() \sa value(), remove(), insert()
*/ */
/*! \fn void QMutableLinkedListIterator::setValue(const T &value) const
Replaces the value of the last item that was jumped over using
one of the traversal functions with \a value.
The traversal functions are next(), previous(), findNext(), and
findPrevious().
Example:
\snippet doc/src/snippets/code/doc_src_qiterator.cpp 24
\sa value(), remove(), insert()
*/
/*! \fn void QMutableVectorIterator::setValue(const T &value) const /*! \fn void QMutableVectorIterator::setValue(const T &value) const
Replaces the value of the last item that was jumped over using Replaces the value of the last item that was jumped over using
@ -705,7 +669,6 @@
*/ */
/*! \fn const T &QMutableListIterator::value() const /*! \fn const T &QMutableListIterator::value() const
\fn const T &QMutableLinkedListIterator::value() const
\fn const T &QMutableVectorIterator::value() const \fn const T &QMutableVectorIterator::value() const
\fn const T &QMutableSetIterator::value() const \fn const T &QMutableSetIterator::value() const
@ -720,7 +683,6 @@
/*! /*!
\fn T &QMutableListIterator::value() \fn T &QMutableListIterator::value()
\fn T &QMutableLinkedListIterator::value()
\fn T &QMutableVectorIterator::value() \fn T &QMutableVectorIterator::value()
\overload \overload
@ -729,7 +691,6 @@
*/ */
/*! \fn void QMutableListIterator::insert(const T &value) /*! \fn void QMutableListIterator::insert(const T &value)
\fn void QMutableLinkedListIterator::insert(const T &value)
\fn void QMutableVectorIterator::insert(const T &value) \fn void QMutableVectorIterator::insert(const T &value)
Inserts \a value at the current iterator position. After the Inserts \a value at the current iterator position. After the