Fix filepropertiesdialog error
This commit is contained in:
parent
bbfc13e2cc
commit
b8b560d06a
1 changed files with 2 additions and 1 deletions
|
@ -56,8 +56,9 @@ FilePropertiesDialog::FilePropertiesDialog(const KFileItemList &items, QQuickVie
|
|||
|
||||
FilePropertiesDialog::FilePropertiesDialog(const QUrl &url, QQuickView *parent)
|
||||
: QQuickView(parent)
|
||||
, m_items { KFileItem(url) }
|
||||
{
|
||||
m_items.append(KFileItem(url));
|
||||
|
||||
init();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue