fix merge build

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28581 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2009-02-22 12:42:10 +00:00
parent cc44d6cb0b
commit f0edb3dfb3

View File

@ -145,7 +145,7 @@ bool GuiSelectionManager::isSelected(const QModelIndex & idx)
QModelIndexList qmil =
selectedModel->match(selectedModel->index(0),
Qt::DisplayRole, str, 1,
Qt::MatchExactly | Qt::MatchWrap);
Qt::MatchFlags(Qt::MatchExactly | Qt::MatchWrap));
return !qmil.empty();
}