mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 17:32:24 -07:00
yuzu/applets/software_keyboard: Make slots private functions
These aren't required to be public.
This commit is contained in:
@@ -70,11 +70,10 @@ signals:
|
||||
void MainWindowGetText(Core::Frontend::SoftwareKeyboardParameters parameters) const;
|
||||
void MainWindowTextCheckDialog(std::u16string error_message) const;
|
||||
|
||||
public slots:
|
||||
private:
|
||||
void MainWindowFinishedText(std::optional<std::u16string> text);
|
||||
void MainWindowFinishedCheckDialog();
|
||||
|
||||
private:
|
||||
mutable std::function<void(std::optional<std::u16string>)> text_output;
|
||||
mutable std::function<void()> finished_check;
|
||||
};
|
||||
|
Reference in New Issue
Block a user