Fix compilation with new Qt

wilder-rebase
Jacopo De Simoi 5 years ago committed by Jacopo De Simoi
parent 4b3dc5a94e
commit ddb0caeec2
  1. 2
      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 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 if (words.count()>1) { // helm style
bool accept = true; bool accept = true;

Loading…
Cancel
Save