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

Support building OS X 10.10/10.11 version.

This commit is contained in:
John Preston
2019-11-05 14:27:21 +03:00
parent 88e0342e02
commit 1eb62579e2
21 changed files with 63 additions and 120 deletions

View File

@@ -40,10 +40,6 @@ namespace Window {
class SessionController;
} // namespace Window
namespace Spellchecker {
class SpellingHighlighter;
} // namespace Spellchecker
enum class SendMenuType;
enum class SendFilesWay {
@@ -154,7 +150,6 @@ private:
object_ptr<Ui::EmojiButton> _emojiToggle = { nullptr };
base::unique_qptr<ChatHelpers::TabbedPanel> _emojiPanel;
base::unique_qptr<QObject> _emojiFilter;
base::unique_qptr<Spellchecker::SpellingHighlighter> _spelling;
object_ptr<Ui::Radioenum<SendFilesWay>> _sendAlbum = { nullptr };
object_ptr<Ui::Radioenum<SendFilesWay>> _sendPhotos = { nullptr };