Skip to content

Commit 96c7fb3

Browse files
committed
Remove Q_INVOKABLE in sipdiff
1 parent 7e6695b commit 96c7fb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/sipdiff

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ for file in $*; do
6161
# Remove forward declarations
6262
${GP}sed -i -r '/^\s*class Q\w+;$/d' $tempfile
6363

64+
# Remove Q_INVOKABLE
65+
${GP}sed -i 's/Q_INVOKABLE //g' $tempfile
66+
6467
vimdiff $tempfile python/$d/$f.sip
6568

6669
rm $tempfile

0 commit comments

Comments
 (0)