diff options
Diffstat (limited to 'recipes-python/pyqt5/files/fix-sm.patch')
-rw-r--r-- | recipes-python/pyqt5/files/fix-sm.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-python/pyqt5/files/fix-sm.patch b/recipes-python/pyqt5/files/fix-sm.patch deleted file mode 100644 index f2936a23..00000000 --- a/recipes-python/pyqt5/files/fix-sm.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | --- PyQt5_gpl-5.8.2/sip/QtGui/qguiapplication.sip.orig 2017-05-13 13:28:42.523392315 -0400 | ||
2 | +++ PyQt5_gpl-5.8.2/sip/QtGui/qguiapplication.sip 2017-05-13 13:30:08.081207211 -0400 | ||
3 | @@ -270,12 +270,14 @@ | ||
4 | %End | ||
5 | |||
6 | public: | ||
7 | +%If (PyQt_SessionManager) | ||
8 | %If (Qt_5_6_0 -) | ||
9 | static bool isFallbackSessionManagementEnabled(); | ||
10 | %End | ||
11 | %If (Qt_5_6_0 -) | ||
12 | static void setFallbackSessionManagementEnabled(bool); | ||
13 | %End | ||
14 | +%End | ||
15 | |||
16 | signals: | ||
17 | %If (Qt_5_6_0 -) | ||