mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-24 08:14:44 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
11
shared-modules/qt4/fixgcc11.patch
Normal file
11
shared-modules/qt4/fixgcc11.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- a/tools/linguist/linguist/messagemodel.cpp 2021-06-07 12:18:43.713434493 +0200
|
||||
+++ b/tools/linguist/linguist/messagemodel.cpp 2021-06-07 12:24:24.828016548 +0200
|
||||
@@ -183,7 +183,7 @@
|
||||
if (ContextItem *c = one->findContext(oc->context())) {
|
||||
for (int j = 0; j < oc->messageCount(); ++j) {
|
||||
MessageItem *m = oc->messageItem(j);
|
||||
- if (c->findMessage(m->text(), m->comment()) >= 0)
|
||||
+ if (c->findMessage(m->text(), m->comment()))
|
||||
++inBoth;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue