am: Allow applets to push multiple and different channels of data
This commit is contained in:
parent
3cf7246e37
commit
7cfb29de23
10 changed files with 62 additions and 64 deletions
|
@ -100,8 +100,8 @@ signals:
|
|||
void UpdateThemedIcons();
|
||||
|
||||
public slots:
|
||||
bool SoftwareKeyboardGetText(const Core::Frontend::SoftwareKeyboardParameters& parameters,
|
||||
std::u16string& text);
|
||||
std::optional<std::u16string> SoftwareKeyboardGetText(
|
||||
const Core::Frontend::SoftwareKeyboardParameters& parameters);
|
||||
void SoftwareKeyboardInvokeCheckDialog(std::u16string error_message);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue