diff options
author | Diego Rondini <diego.rondini@kynetics.com> | 2018-05-10 08:36:06 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-06-21 18:37:08 +0000 |
commit | e199d801f8a5bd06b2bee3ab9ef89ea9271c902d (patch) | |
tree | f6a491e755d1939e6d38296d3f148e74168665cf /recipes-python/pyqt5/files/0001-qtabbar.sip-fix-build-with-accessibility-disabled.patch | |
parent | 65db89eb7b6a9b53f7877d6e16bc4deeb367c285 (diff) | |
download | meta-qt5-e199d801f8a5bd06b2bee3ab9ef89ea9271c902d.tar.gz |
python-pyqt5: update recipe to 5.10.1
Update recipe to version 5.10.1, removing upstreamed patches in the process.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-python/pyqt5/files/0001-qtabbar.sip-fix-build-with-accessibility-disabled.patch')
-rw-r--r-- | recipes-python/pyqt5/files/0001-qtabbar.sip-fix-build-with-accessibility-disabled.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/recipes-python/pyqt5/files/0001-qtabbar.sip-fix-build-with-accessibility-disabled.patch b/recipes-python/pyqt5/files/0001-qtabbar.sip-fix-build-with-accessibility-disabled.patch deleted file mode 100644 index 7e1c7bf4..00000000 --- a/recipes-python/pyqt5/files/0001-qtabbar.sip-fix-build-with-accessibility-disabled.patch +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | From 8a2f852417414e19d060da66cd7c5cba76e43c7d Mon Sep 17 00:00:00 2001 | ||
2 | From: Diego Rondini <diego.rondini@kynetics.com> | ||
3 | Date: Wed, 19 Jul 2017 14:17:51 +0200 | ||
4 | Subject: [PATCH] qtabbar.sip: fix build with accessibility disabled | ||
5 | |||
6 | Upstream-Status: Submitted | ||
7 | |||
8 | Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> | ||
9 | --- | ||
10 | sip/QtWidgets/qtabbar.sip | 4 ++++ | ||
11 | 1 file changed, 4 insertions(+) | ||
12 | |||
13 | diff --git a/sip/QtWidgets/qtabbar.sip b/sip/QtWidgets/qtabbar.sip | ||
14 | index ffe2d3b..80ad816 100644 | ||
15 | --- a/sip/QtWidgets/qtabbar.sip | ||
16 | +++ b/sip/QtWidgets/qtabbar.sip | ||
17 | @@ -166,11 +166,15 @@ protected: | ||
18 | |||
19 | public: | ||
20 | %If (Qt_5_8_0 -) | ||
21 | +%If (PyQt_Accessibility) | ||
22 | QString accessibleTabName(int index) const; | ||
23 | %End | ||
24 | +%End | ||
25 | %If (Qt_5_8_0 -) | ||
26 | +%If (PyQt_Accessibility) | ||
27 | void setAccessibleTabName(int index, const QString &name); | ||
28 | %End | ||
29 | +%End | ||
30 | |||
31 | private: | ||
32 | QTabBar(const QTabBar &); | ||
33 | -- | ||
34 | 2.7.4 | ||
35 | |||