2014-05-30 12:53:19 +04:00
|
|
|
/*
|
|
|
|
This file is part of Telegram Desktop,
|
2018-01-03 13:23:14 +03:00
|
|
|
the official desktop application for the Telegram messaging service.
|
2014-05-30 12:53:19 +04:00
|
|
|
|
2018-01-03 13:23:14 +03:00
|
|
|
For license and copyright information please follow this link:
|
|
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
2014-05-30 12:53:19 +04:00
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
2025-06-29 23:37:43 +03:00
|
|
|
#include "ui/layers/generic_box.h"
|
2014-05-30 12:53:19 +04:00
|
|
|
|
2025-06-29 23:37:43 +03:00
|
|
|
void AboutBox(not_null<Ui::GenericBox*> box);
|
2015-10-12 23:02:10 +02:00
|
|
|
|
|
|
|
QString telegramFaqLink();
|
2016-11-16 13:44:06 +03:00
|
|
|
QString currentVersionText();
|