2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Allow HiddenUrlClickHandler to work in a payment form.

This commit is contained in:
John Preston
2022-06-20 17:14:14 +04:00
parent 7027c0db0b
commit 66e9c5ef16
8 changed files with 45 additions and 11 deletions

View File

@@ -53,6 +53,7 @@ public:
Ui::UncheckedCardDetails data,
bool saveInformation) = 0;
virtual void panelShowBox(object_ptr<BoxContent> box) = 0;
virtual QVariant panelClickHandlerContext() = 0;
virtual QString panelWebviewDataPath() = 0;
};