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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user