]> git.lyx.org Git - features.git/commit
Fix compilation with qt 4.2: QString::operator[] returns a QCharRef,
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 26 Feb 2010 14:46:42 +0000 (14:46 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 26 Feb 2010 14:46:42 +0000 (14:46 +0000)
commit6d671bf5f24b9d4e3ee11589f87e3741e71400b8
tree38b8de00e2086fd5691512f0f3eab24b334bced0
parent4aeca638875d272169cac207d16ac6624b46d12b
Fix compilation with qt 4.2: QString::operator[] returns a QCharRef,
which is supposedly like a QChar... except that some methods like isUpper
were forgotten in the process.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33580 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/Menus.cpp