From d7cd83046bd978f54eff047d232736c3352b3a1f Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 31 Mar 2009 21:57:58 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28997 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiSelectionManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiSelectionManager.cpp b/src/frontends/qt4/GuiSelectionManager.cpp index 840d4a4d3a..75e38f675c 100644 --- a/src/frontends/qt4/GuiSelectionManager.cpp +++ b/src/frontends/qt4/GuiSelectionManager.cpp @@ -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(); }