git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-03-31 21:57:58 +00:00
parent 7403183876
commit d7cd83046b

View File

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