2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Removed some old styles. Divided basic_types module to several.

This commit is contained in:
John Preston
2016-09-29 14:37:16 +03:00
parent 73a8d27bfd
commit f1f7333c7a
48 changed files with 1567 additions and 1574 deletions

View File

@@ -172,7 +172,7 @@ struct NotifySettings {
}
MTPDpeerNotifySettings::Flags flags;
TimeId mute;
string sound;
std::string sound;
bool previews() const {
return flags & MTPDpeerNotifySettings::Flag::f_show_previews;
}
@@ -288,9 +288,9 @@ public:
QString name;
Text nameText;
typedef QSet<QString> Names;
using Names = OrderedSet<QString>;
Names names; // for filtering
typedef QSet<QChar> NameFirstChars;
using NameFirstChars = OrderedSet<QChar>;
NameFirstChars chars;
enum LoadedStatus {