mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Support building OS X 10.10/10.11 version.
This commit is contained in:
@@ -36,10 +36,6 @@ namespace Notify {
|
||||
struct PeerUpdate;
|
||||
} // namespace Notify
|
||||
|
||||
namespace Spellchecker {
|
||||
class SpellingHighlighter;
|
||||
} // namespace Spellchecker
|
||||
|
||||
namespace Ui {
|
||||
class MultiSelect;
|
||||
class InputField;
|
||||
@@ -117,7 +113,6 @@ private:
|
||||
|
||||
object_ptr<Ui::MultiSelect> _select;
|
||||
object_ptr<Ui::SlideWrap<Ui::InputField>> _comment;
|
||||
base::unique_qptr<Spellchecker::SpellingHighlighter> _spelling;
|
||||
|
||||
class Inner;
|
||||
QPointer<Inner> _inner;
|
||||
|
Reference in New Issue
Block a user