mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
get rid of QT3_SUPPORT and some cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14753 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b0203c1d15
commit
8ae752ec32
@ -200,7 +200,7 @@ string QLyXKeySym::getSymbolName() const
|
||||
|
||||
size_t QLyXKeySym::getUCSEncoded() const
|
||||
{
|
||||
unsigned short const * ptr = text_.ucs2();
|
||||
unsigned short const * ptr = text_.utf16();
|
||||
std::vector<unsigned short> tmp(ptr, ptr + text_.length());
|
||||
|
||||
//lyxerr << "Data is " << tmp << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user