mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 22:37:56 -05:00
Remove tabs in all files except in skyeye imports and in generated GL code
This commit is contained in:
@ -48,7 +48,7 @@ void GKeyConfigButton::OnActivePortChanged(const common::Config::ControllerPort&
|
||||
else if (config.keys.key_code[id] == Qt::Key_Control) text = tr("Control");
|
||||
else if (config.keys.key_code[id] == Qt::Key_Alt) text = tr("Alt");
|
||||
else if (config.keys.key_code[id] == Qt::Key_Meta) text = tr("Meta");
|
||||
setText(text);
|
||||
setText(text);
|
||||
}
|
||||
|
||||
void GKeyConfigButton::OnClicked()
|
||||
@ -118,4 +118,4 @@ GButtonConfigGroup::GButtonConfigGroup(const QString& name, common::Config::Cont
|
||||
setLayout(layout);
|
||||
}
|
||||
|
||||
*/
|
||||
*/
|
||||
|
Reference in New Issue
Block a user