|
|
|
@ -76,7 +76,7 @@ TQDateTime KIPI::ImageInfo::time( TimeSpec spec ) const
|
|
|
|
|
encapsulated in a TQVariant
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
TQMap<TQString,TQVariant> KIPI::ImageInfo::attributes() const
|
|
|
|
|
TQStringVariantMap KIPI::ImageInfo::attributes() const
|
|
|
|
|
{
|
|
|
|
|
return _data->attributes();
|
|
|
|
|
}
|
|
|
|
@ -120,7 +120,7 @@ void KIPI::ImageInfo::clearAttributes()
|
|
|
|
|
_data->clearAttributes();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void KIPI::ImageInfo::addAttributes( const TQMap<TQString,TQVariant>& attributes )
|
|
|
|
|
void KIPI::ImageInfo::addAttributes( const TQStringVariantMap& attributes )
|
|
|
|
|
{
|
|
|
|
|
_data->addAttributes( attributes );
|
|
|
|
|
}
|
|
|
|
|