2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-23 10:47:11 +00:00

20 lines
460 B
C
Raw Normal View History

2018-06-02 17:29:21 +03: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
*/
#include <QtCore/QFile>
#include <QtCore/QDir>
#include <QtCore/QTextStream>
#include <QtCore/QDateTime>
2018-06-02 17:29:21 +03:00
#include <crl/crl.h>
#include <rpl/rpl.h>
#include <vector>
#include <map>
2018-06-02 17:29:21 +03:00
#include "scheme.h"
#include "logs.h"