| 123456789101112131415161718192021222324252627282930 |
- /*
- 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/QString>
- #include <QtCore/QByteArray>
- #include <crl/crl.h>
- #include <rpl/rpl.h>
- #include <vector>
- #include <map>
- #include <set>
- #include <deque>
- #include <atomic>
- #include <range/v3/all.hpp>
- #include "base/flat_map.h"
- #include "base/flat_set.h"
- #include "ui/qt_object_factory.h"
- #include "ui/qt_weak_factory.h"
- #include "scheme.h"
- #include "logs.h"
|