Remove qdoc for obsolete methods of QSet.
authorJason McDonald <jason.mcdonald@nokia.com>
Sun, 1 Apr 2012 12:14:58 +0000 (22:14 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 2 Apr 2012 12:52:48 +0000 (14:52 +0200)
The documentation related to functions removed in commit
bb5ae21c417b0c2571f3d5c1025758eaec2c380e.

Change-Id: I2412c02b26a64ee22d700b0dca2945b24f1b3f61
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
src/corelib/tools/qset.qdoc

index 139b017..b03cce8 100644 (file)
 */
 
 /*!
-    \fn QSet<T> QSet::operator-(const QSet<T> &other)
-    \fn QSet<T> QSet::operator|(const QSet<T> &other)
-    \fn QSet<T> QSet::operator+(const QSet<T> &other)
-    \fn QSet<T> QSet::operator&(const QSet<T> &other)
-    \internal
-
-    These will go away in Qt 5.
-*/
-
-/*!
     \class QSet::iterator
     \since 4.2
     \brief The QSet::iterator class provides an STL-style non-const iterator for QSet.