28 lines
889 B
Diff
28 lines
889 B
Diff
|
From bb7cbdede46f72468bbb1b9bbefd43a1dbad21c0 Mon Sep 17 00:00:00 2001
|
||
|
From: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
|
||
|
Date: Mon, 30 Jan 2017 18:28:15 +0100
|
||
|
Subject: [PATCH] remove WindowOkButtonHint and WindowCancelButtonHint from
|
||
|
qnamespace.sip as they are removed from qt5.8
|
||
|
|
||
|
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
|
||
|
---
|
||
|
sip/QtCore/qnamespace.sip | 2 --
|
||
|
1 file changed, 2 deletions(-)
|
||
|
|
||
|
diff --git a/sip/QtCore/qnamespace.sip b/sip/QtCore/qnamespace.sip
|
||
|
index 2db83b7..559f410 100644
|
||
|
--- a/sip/QtCore/qnamespace.sip
|
||
|
+++ b/sip/QtCore/qnamespace.sip
|
||
|
@@ -209,8 +209,6 @@ namespace Qt
|
||
|
WindowContextHelpButtonHint,
|
||
|
WindowShadeButtonHint,
|
||
|
WindowStaysOnTopHint,
|
||
|
- WindowOkButtonHint,
|
||
|
- WindowCancelButtonHint,
|
||
|
WindowStaysOnBottomHint,
|
||
|
WindowCloseButtonHint,
|
||
|
MacWindowToolBarButtonHint,
|
||
|
--
|
||
|
2.7.4
|
||
|
|