/* This file is part of Telegram Desktop, the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #pragma once #include "base/basic_types.h" class QAction; namespace Ui { class InputField; class PopupMenu; } // namespace Ui namespace Menu { void InsertTextAtCursor( not_null field, const QString &text); not_null AddTimecodeAction( not_null menu, const QString &timecode, rpl::producer updates, Fn callback); } // namespace Menu