mirror of
https://github.com/vale981/tdesktop
synced 2025-03-08 11:11:39 -05:00
19 lines
460 B
C++
19 lines
460 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
|
|
*/
|
|
|
|
#include <QtCore/QFile>
|
|
#include <QtCore/QDir>
|
|
#include <QtCore/QTextStream>
|
|
#include <QtCore/QDateTime>
|
|
#include <crl/crl.h>
|
|
#include <rpl/rpl.h>
|
|
#include <vector>
|
|
#include <map>
|
|
|
|
#include "scheme.h"
|
|
#include "logs.h"
|