mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 03:27:53 +00:00
profile_select: Port Service::Account::UUID to Common::UUID
This commit is contained in:
parent
9572ff6c55
commit
ad5e497bff
9 changed files with 27 additions and 29 deletions
|
@ -104,7 +104,7 @@ signals:
|
|||
|
||||
void ErrorDisplayFinished();
|
||||
|
||||
void ProfileSelectorFinishedSelection(std::optional<Service::Account::UUID> uuid);
|
||||
void ProfileSelectorFinishedSelection(std::optional<Common::UUID> uuid);
|
||||
void SoftwareKeyboardFinishedText(std::optional<std::u16string> text);
|
||||
void SoftwareKeyboardFinishedCheckDialog();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue