2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-17 14:19:43 +00:00

Moved emoji sets from lib_ui. Added parent struct to storage_cloud_blob.

This commit is contained in:
23rd
2020-02-05 13:59:07 +03:00
parent 08cd7450ff
commit 9f4d05b04c
5 changed files with 71 additions and 49 deletions

View File

@@ -9,13 +9,11 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#ifndef TDESKTOP_DISABLE_SPELLCHECK
#include "storage/storage_cloud_blob.h"
namespace Spellchecker {
struct Dict {
int id = 0;
int postId = 0;
int size = 0;
QString name;
struct Dict : public Storage::Blob {
};
[[nodiscard]] QString DictionariesPath();