KIO::MetaData Class Reference
MetaData is a simple map of key/value strings. More...
#include <global.h>
Inheritance diagram for KIO::MetaData:


| Public Member Functions | |
| MetaData () | |
| MetaData (const QMap< QString, QString > &metaData) | |
| MetaData & | operator+= (const QMap< QString, QString > &metaData) | 
Detailed Description
MetaData is a simple map of key/value strings.
Definition at line 456 of file global.h.
Constructor & Destructor Documentation
| 
 | 
| Creates an empty meta data map. 
 | 
| 
 | 
| Copy constructor. 
 | 
Member Function Documentation
| 
 | 
| Adds the given meta data map to this map. 
 
 
 Definition at line 474 of file global.h. References QMap::begin(), QMap::end(), and QMap< QString, QString >::replace(). | 
The documentation for this class was generated from the following file:

