Commit 4dcdd3a8 authored by Lioncash's avatar Lioncash
Browse files

yuzu/applets/software_keyboard: Override accept() and reject() instead of...

yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functions

Uses Qt's built-in interface instead of rolling our own separate one on
top of it. This also fixes a bug in reject() where we were calling
accept() instead of reject().
parent 3fa2b218
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment