mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
36b9fcc2d4
commit
88c1f0bba2
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ static QString beatifyValue( const QString& value )
|
|||
FileProps::FileProps( const QString& path )
|
||||
: m_dirty( false )
|
||||
{
|
||||
m_info = new KFileMetaInfo(path, QString(), KFileMetaInfo::Everything);
|
||||
m_info = new KFileMetaInfo(path, KFileMetaInfo::Everything);
|
||||
}
|
||||
|
||||
FileProps::~FileProps()
|
||||
|
|
|
@ -129,7 +129,7 @@ void FileBrowserEngine::updateData(const QString &path, EventType event)
|
|||
}
|
||||
} else if (type == FILE) {
|
||||
kDebug() << "file info processing: "<< path;
|
||||
KFileMetaInfo kfmi(path, QString(), KFileMetaInfo::Everything);
|
||||
KFileMetaInfo kfmi(path, KFileMetaInfo::Everything);
|
||||
if (kfmi.isValid()) {
|
||||
kDebug() << "METAINFO: " << kfmi.keys();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue