2019-04-27 09:12:53 +00: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
|
|
|
|
*/
|
|
|
|
|
2019-05-16 13:56:00 +00:00
|
|
|
#include <vector>
|
|
|
|
#include <functional>
|
2019-05-27 14:54:28 +00:00
|
|
|
#include <cmath>
|
2019-05-16 13:56:00 +00:00
|
|
|
|
|
|
|
#include <QtMath>
|
2019-05-15 16:19:04 +00:00
|
|
|
#include <QDebug>
|
2019-05-16 13:56:00 +00:00
|
|
|
#include <QList>
|
|
|
|
#include <QPointF>
|
|
|
|
#include <QSizeF>
|
|
|
|
#include <QVector4D>
|
|
|
|
|
|
|
|
#include "json.h"
|
|
|
|
#include "beziereasing.h"
|