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

Merge branch 'game_media' into player

Conflicts:
	Telegram/SourceFiles/core/basic_types.h
	Telegram/SourceFiles/sysbuttons.h
	Telegram/SourceFiles/title.cpp
This commit is contained in:
John Preston
2016-09-29 16:48:43 +03:00
64 changed files with 1674 additions and 1612 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 {