mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kio: update KFileMetaPropsPlugin description
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
48e89aeea0
commit
3fe84d2508
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ void KFileMetaPropsPluginPrivate::configureShownMetaData()
|
|||
|
||||
KFileMetaPropsPlugin::KFileMetaPropsPlugin(KPropertiesDialog* props)
|
||||
: KPropertiesDialogPlugin(props),
|
||||
d(new KFileMetaPropsPluginPrivate)
|
||||
d(new KFileMetaPropsPluginPrivate())
|
||||
{
|
||||
d->m_fileMetaDataWidget = new KFileMetaDataWidget();
|
||||
d->m_fileMetaDataWidget->setItems(properties->items());
|
||||
|
|
|
@ -26,7 +26,7 @@ class KFileMetaPropsPluginPrivate;
|
|||
|
||||
/*!
|
||||
* 'MetaProps plugin
|
||||
* In this plugin you can modify meta information like id3 tags of mp3 files
|
||||
* In this plugin you can show meta information like id3 tags of mp3 files
|
||||
*/
|
||||
class KIO_EXPORT KFileMetaPropsPlugin : public KPropertiesDialogPlugin
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue