- semi cleanup
This commit is contained in:
@@ -28,7 +28,7 @@ const KeyRep& translateKey(LocalKeySym key)
|
|||||||
#elif defined (SDL_CONFIG)
|
#elif defined (SDL_CONFIG)
|
||||||
str = (char*)SDL_GetKeyName(key);
|
str = (char*)SDL_GetKeyName(key);
|
||||||
#elif defined (QT_CONFIG)
|
#elif defined (QT_CONFIG)
|
||||||
str = (char*)QKeySequence(key).toString().toUtf8().constData();;
|
str = (char*)QKeySequence(key).toString().toUtf8().constData();
|
||||||
#endif
|
#endif
|
||||||
if (!str)
|
if (!str)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user