mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
unbreak build with a Q_DECLARE_METATYPE
This commit is contained in:
parent
391fd1b7a5
commit
c7884e2122
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ K_EXPORT_PLASMA_APPLET(folderview, FolderView)
|
|||
|
||||
Q_DECLARE_METATYPE(Qt::SortOrder)
|
||||
Q_DECLARE_METATYPE(ProxyModel::FilterMode)
|
||||
Q_DECLARE_METATYPE(IconView::Flow)
|
||||
|
||||
MimeModel::MimeModel(QObject *parent)
|
||||
: QStringListModel(parent)
|
||||
|
|
Loading…
Reference in a new issue