src/gui/kernel/qkeymapper_qws.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    50 
    50 
    51 
    51 
    52 QKeyMapperPrivate::QKeyMapperPrivate()
    52 QKeyMapperPrivate::QKeyMapperPrivate()
    53 {
    53 {
    54     keyboardInputLocale = QLocale::system();
    54     keyboardInputLocale = QLocale::system();
    55     keyboardInputDirection = Qt::RightToLeft;
    55     keyboardInputDirection = keyboardInputLocale.textDirection();
    56 }
    56 }
    57 
    57 
    58 QKeyMapperPrivate::~QKeyMapperPrivate()
    58 QKeyMapperPrivate::~QKeyMapperPrivate()
    59 {
    59 {
    60     // clearMappings();
    60     // clearMappings();