mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
net-im/telegram-desktop: prepare for Qt5-5.15
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25051
This commit is contained in:
parent
d9a03f1090
commit
a2587c2df2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536991
@ -0,0 +1,11 @@
|
||||
--- Telegram/lib_ui/ui/effects/animation_value.h.orig 2020-05-29 11:22:37 UTC
|
||||
+++ Telegram/lib_ui/ui/effects/animation_value.h
|
||||
@@ -6,6 +6,8 @@
|
||||
//
|
||||
#pragma once
|
||||
|
||||
+#include <QtGui/QPainterPath>
|
||||
+
|
||||
#include "base/basic_types.h"
|
||||
|
||||
#include "ui/style/style_core.h"
|
@ -0,0 +1,10 @@
|
||||
--- Telegram/lib_ui/ui/widgets/input_fields.h.orig 2020-05-29 11:22:48 UTC
|
||||
+++ Telegram/lib_ui/ui/widgets/input_fields.h
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QTextEdit>
|
||||
#include <QtCore/QTimer>
|
||||
+#include <QtGui/QPainterPath>
|
||||
|
||||
class QTouchEvent;
|
||||
class Painter;
|
Loading…
Reference in New Issue
Block a user