#include <QtCore/qalgorithms.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qlist.h>
#include <QtCore/qregexp.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringmatcher.h>
Include dependency graph for qstringlist.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
typedef QMutableListIterator<QString> QMutableStringListIterator [related] |
Definition at line 44 of file qstringlist.h.
typedef QListIterator<QString> QStringListIterator [related] |
Definition at line 41 of file qstringlist.h.
| QDataStream& operator<< | ( | QDataStream & | out, | |
| const QStringList & | list | |||
| ) | [related] |
| QDataStream& operator>> | ( | QDataStream & | in, | |
| QStringList & | list | |||
| ) | [related] |
Definition at line 204 of file qstringlist.h.
References QUrl::operator>>().
00205 { 00206 return operator>>(in, static_cast<QList<QString> &>(list)); 00207 }
Here is the call graph for this function:

1.5.1