Qt: Hopefully fix save state slot hotkeys being untranslatable

This commit is contained in:
Connor McLaughlin
2020-10-03 23:59:51 +10:00
parent 968c835249
commit 55f0915534
2 changed files with 67 additions and 24 deletions

View File

@ -184,5 +184,6 @@ protected:
};
#define TRANSLATABLE(context, str) str
#define TRANSLATABLE_NOOP(context, str)
extern HostInterface* g_host_interface;