25 lines
569 B
C
25 lines
569 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/QString>
|
|
#include <QtCore/QPoint>
|
|
#include <QtCore/QRect>
|
|
#include <QtCore/QSize>
|
|
|
|
#include <QtGui/QColor>
|
|
#include <QtGui/QPen>
|
|
#include <QtGui/QBrush>
|
|
#include <QtGui/QCursor>
|
|
#include <QtGui/QFont>
|
|
#include <QtGui/QFontMetrics>
|
|
|
|
#include <QtWidgets/QWidget>
|
|
|
|
#include <rpl/rpl.h>
|
|
#include <range/v3/all.hpp>
|