mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-03 20:54:37 +02:00
* Build tested on raspberrypi3 * I promise to chase the patch upstream. * v2 auto detects QT_VERSION Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
442 B
Diff
18 lines
442 B
Diff
--- PyQt5_gpl-5.8.2/sip/QtGui/qguiapplication.sip.orig 2017-05-13 13:28:42.523392315 -0400
|
|
+++ PyQt5_gpl-5.8.2/sip/QtGui/qguiapplication.sip 2017-05-13 13:30:08.081207211 -0400
|
|
@@ -270,12 +270,14 @@
|
|
%End
|
|
|
|
public:
|
|
+%If (PyQt_SessionManager)
|
|
%If (Qt_5_6_0 -)
|
|
static bool isFallbackSessionManagementEnabled();
|
|
%End
|
|
%If (Qt_5_6_0 -)
|
|
static void setFallbackSessionManagementEnabled(bool);
|
|
%End
|
|
+%End
|
|
|
|
signals:
|
|
%If (Qt_5_6_0 -)
|