#include <kurl.h>
Inheritance diagram for KURL::List:

Public Methods | |
| List () | |
| List (const KURL &url) | |
| List (const QStringList &list) | |
| QStringList | toStringList () const |
Definition at line 67 of file kurl.h.
|
|
Creates an empty List. |
|
|
Creates a list that contains the given URL as only item.
|
|
|
Creates a list that contains the URLs from the given list.
|
|
|
Converts the URLs of this list to a list of strings.
|
1.2.18