- semi cleanup

This commit is contained in:
Rolzad73
2017-05-08 19:01:41 -04:00
parent b4a34216c8
commit 70a6c7149c

View File

@@ -28,7 +28,7 @@ const KeyRep& translateKey(LocalKeySym key)
#elif defined (SDL_CONFIG)
str = (char*)SDL_GetKeyName(key);
#elif defined (QT_CONFIG)
str = (char*)QKeySequence(key).toString().toUtf8().constData();;
str = (char*)QKeySequence(key).toString().toUtf8().constData();
#endif
if (!str)
{