2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Allow deleting documents in passport.

This commit is contained in:
John Preston
2018-04-13 20:43:17 +04:00
parent e82430cb50
commit e4ae5bfcad
11 changed files with 319 additions and 96 deletions

View File

@@ -240,6 +240,7 @@ public:
not_null<const Value*> value,
const ValueMap &data) const;
void saveValueEdit(not_null<const Value*> value, ValueMap &&data);
void deleteValueEdit(not_null<const Value*> value);
bool savingValue(not_null<const Value*> value) const;
void cancel();