summaryrefslogtreecommitdiffstats
path: root/qtools/qglist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-03 13:21:15 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-10-03 13:21:15 (GMT)
commit33a334ce77e6dd0c81e97edc4bfba1fe50d947fa (patch)
tree7f2de915cb9ecab3e2ee51c49f175efd8eb5b30c /qtools/qglist.h
parent0d8c2bb9743f4ee862c740a6eedb228f28cd9725 (diff)
downloadDoxygen-33a334ce77e6dd0c81e97edc4bfba1fe50d947fa.zip
Doxygen-33a334ce77e6dd0c81e97edc4bfba1fe50d947fa.tar.gz
Doxygen-33a334ce77e6dd0c81e97edc4bfba1fe50d947fa.tar.bz2
refactoring: modernize search index
Also QVector has been removed from qtools as it was no longer used.
Diffstat (limited to 'qtools/qglist.h')
-rw-r--r--qtools/qglist.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/qtools/qglist.h b/qtools/qglist.h
index f400b64..0f30594 100644
--- a/qtools/qglist.h
+++ b/qtools/qglist.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+**
**
** Definition of QGList and QGListIterator classes
**
@@ -68,7 +68,6 @@ private:
class Q_EXPORT QGList : public QCollection // doubly linked generic list
{
friend class QGListIterator;
-friend class QGVector; // needed by QGVector::toList
public:
uint count() const; // return number of nodes
@@ -122,8 +121,6 @@ protected:
QCollection::Item next(); // set next item in list curr
QCollection::Item prev(); // set prev item in list curr
- void toVector( QGVector * ) const; // put items in vector
-
virtual int compareItems( QCollection::Item, QCollection::Item );
#ifndef QT_NO_DATASTREAM