Split out a different keybindings string if QT_CONFIG is defined. This should prevent key collisions between the different Win32 builds.

This commit is contained in:
wrenczes@gmail.com
2010-12-18 05:55:03 +00:00
parent ba975d1b37
commit 62fa860da4

View File

@@ -32,6 +32,9 @@ const string Options::optionNames[] = {
"transitions",
"bgStyle",
"interruptSeconds",
#if defined(QT_CONFIG)
"keybindings_qt",
#else
#if defined(WIN32)
"keybindings_win",
#else
@@ -40,6 +43,7 @@ const string Options::optionNames[] = {
#else
"keybindings_psp",
#endif
#endif
#endif
"aidecks",
"interruptMySpells",