mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Added SpellingHighlighter to InputField in HistoryWidget and some boxes.
This commit is contained in:
@@ -40,6 +40,10 @@ namespace Window {
|
||||
class SessionController;
|
||||
} // namespace Window
|
||||
|
||||
namespace Spellchecker {
|
||||
class SpellingHighlighter;
|
||||
} // namespace Spellchecker
|
||||
|
||||
enum class SendMenuType;
|
||||
|
||||
enum class SendFilesWay {
|
||||
@@ -150,6 +154,7 @@ 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 };
|
||||
|
Reference in New Issue
Block a user