Files
AyuGramDesktop/Telegram/SourceFiles/lang/translate_url_provider.h
T

18 lines
422 B
C++

/*
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 "translate_provider.h"
namespace Ui {
[[nodiscard]] std::unique_ptr<TranslateProvider> CreateUrlTranslateProvider(
QString urlTemplate);
} // namespace Ui