2018-09-06 13:48:01 +00:00
|
|
|
/*
|
|
|
|
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
|
|
|
|
|
2020-03-26 10:29:27 +00:00
|
|
|
namespace Window {
|
|
|
|
class SessionController;
|
2019-07-24 14:00:30 +00:00
|
|
|
} // namespace Main
|
|
|
|
|
2018-09-06 13:48:01 +00:00
|
|
|
namespace Settings {
|
|
|
|
|
2020-03-26 10:29:27 +00:00
|
|
|
void CodesFeedString(Window::SessionController *window, const QString &text);
|
2018-09-06 13:48:01 +00:00
|
|
|
|
|
|
|
} // namespace Settings
|