tdesktop/Telegram/SourceFiles/settings/settings_codes.h

19 lines
423 B
C
Raw Normal View History

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
2019-07-24 14:00:30 +00:00
namespace Main {
class Session;
} // namespace Main
2018-09-06 13:48:01 +00:00
namespace Settings {
2019-07-24 14:00:30 +00:00
void CodesFeedString(::Main::Session *session, const QString &text);
2018-09-06 13:48:01 +00:00
} // namespace Settings