projects
/
pyqt6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38d92b7
)
Specify base class for enums in qlocale.sip
author
Dmitry Shachnev
<mitya57@debian.org>
Sat, 24 May 2025 20:06:53 +0000
(23:06 +0300)
committer
Dmitry Shachnev
<mitya57@debian.org>
Sun, 25 May 2025 20:10:50 +0000
(23:10 +0300)
Gbp-Pq: Name Specify-base-class-for-enums-in-qlocale.sip.patch
sip/QtCore/qlocale.sip
patch
|
blob
|
history
diff --git
a/sip/QtCore/qlocale.sip
b/sip/QtCore/qlocale.sip
index 0fbe76547685c79cea3489ceeea3f7a3f773f446..3abb7fba392764d134370b3f0cf7f9ec7adf4017 100644
(file)
--- a/
sip/QtCore/qlocale.sip
+++ b/
sip/QtCore/qlocale.sip
@@
-27,7
+27,7
@@
class QLocale
%End
public:
- enum Language
+ enum Language
: ushort
{
C,
Abkhazian,
@@
-436,7
+436,7
@@
public:
%End
};
- enum Country
+ enum Country
: ushort
{
AnyCountry,
%If (Qt_6_2_0 -)
@@
-887,7
+887,7
@@
public:
QString pmText() const;
Qt::LayoutDirection textDirection() const;
- enum Script
+ enum Script
: ushort
{
AnyScript,
ArabicScript,