1 Star 0 Fork 19

陈家友/python-qt5

forked from src-openEuler/python-qt5 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fix-qcborcommon.patch 633 Bytes
一键复制 编辑 原始数据 按行查看 历史
wk333 提交于 2022-04-18 16:34 . Update to Pyqt5 5.15.6
From f5c41c5d50608eb65c271e51ed6dfdcd885ead55 Mon Sep 17 00:00:00 2001
From: wk333 <[email protected]>
Date: Mon, 7 Mar 2022 18:46:16 +0800
Subject: [PATCH 1/1] test
---
sip/QtCore/qcborcommon.sip | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sip/QtCore/qcborcommon.sip b/sip/QtCore/qcborcommon.sip
index 057c6c1..318e61a 100644
--- a/sip/QtCore/qcborcommon.sip
+++ b/sip/QtCore/qcborcommon.sip
@@ -30,8 +30,8 @@
enum class QCborSimpleType
{
- False /PyName=False_/,
- True /PyName=True_/,
+ False_QCb /PyName=False_/,
+ True_QCb /PyName=True_/,
Null,
Undefined,
};
--
2.27.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen_jiayou/python-qt5.git
[email protected]:chen_jiayou/python-qt5.git
chen_jiayou
python-qt5
python-qt5
master

搜索帮助