diff --git a/src/folder/entitycollectionorderproxymodel.cpp b/src/folder/entitycollectionorderproxymodel.cpp index b2b9e12..2f6bd91 100644 --- a/src/folder/entitycollectionorderproxymodel.cpp +++ b/src/folder/entitycollectionorderproxymodel.cpp @@ -144,7 +144,7 @@ bool EntityCollectionOrderProxyModel::lessThan(const QModelIndex &left, const QM bool EntityCollectionOrderProxyModel::filterAcceptsRow(int source_row, const QModelIndex &parent) const { - QStringList words = filterRegExp().pattern().split(' ',QString::SkipEmptyParts); + QStringList words = filterRegExp().pattern().split(' ',Qt::SkipEmptyParts); if (words.count()>1) { // helm style bool accept = true;