]> git.pld-linux.org Git - packages/qscintilla2.git/commitdiff
remove 0011-Fixed-the-Python-signatures-of-the-QsciAPIs-ctors patch dropped from...
authorJan Palus <atler@pld-linux.org>
Fri, 8 Apr 2022 09:08:32 +0000 (11:08 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 8 Apr 2022 09:08:32 +0000 (11:08 +0200)
0011-Fixed-the-Python-signatures-of-the-QsciAPIs-ctors.patch [deleted file]

diff --git a/0011-Fixed-the-Python-signatures-of-the-QsciAPIs-ctors.patch b/0011-Fixed-the-Python-signatures-of-the-QsciAPIs-ctors.patch
deleted file mode 100644 (file)
index d07bcac..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-From: Phil Thompson <phil@riverbankcomputing.com>
-Date: Tue, 23 Jun 2020 12:34:22 +0300
-Subject: Fixed the Python signatures of the QsciAbstractAPIs and QsciAPIs
- ctors.
-
----
- Python/sip/qsciabstractapis.sip | 2 +-
- Python/sip/qsciapis.sip         | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Python/sip/qsciabstractapis.sip b/Python/sip/qsciabstractapis.sip
-index e0240a0..a00f630 100644
---- a/Python/sip/qsciabstractapis.sip
-+++ b/Python/sip/qsciabstractapis.sip
-@@ -25,7 +25,7 @@ class QsciAbstractAPIs : QObject
- %End
- public:
--    QsciAbstractAPIs(QsciLexer *lexer /TransferThis/ = 0);
-+    QsciAbstractAPIs(QsciLexer *lexer /TransferThis/);
-     virtual ~QsciAbstractAPIs();
-     QsciLexer *lexer() const;
-diff --git a/Python/sip/qsciapis.sip b/Python/sip/qsciapis.sip
-index d5ad7d5..dbea1d7 100644
---- a/Python/sip/qsciapis.sip
-+++ b/Python/sip/qsciapis.sip
-@@ -25,7 +25,7 @@ class QsciAPIs : QsciAbstractAPIs
- %End
- public:
--    QsciAPIs(QsciLexer *lexer /TransferThis/ = 0);
-+    QsciAPIs(QsciLexer *lexer /TransferThis/);
-     virtual ~QsciAPIs();
-     void add(const QString &entry);
This page took 0.136091 seconds and 4 git commands to generate.