Skip to content

Commit

Permalink
Remove Q_INVOKABLE in sipdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 20, 2017
1 parent 7e6695b commit 96c7fb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/sipdiff
Expand Up @@ -61,6 +61,9 @@ for file in $*; do
# Remove forward declarations
${GP}sed -i -r '/^\s*class Q\w+;$/d' $tempfile

# Remove Q_INVOKABLE
${GP}sed -i 's/Q_INVOKABLE //g' $tempfile

vimdiff $tempfile python/$d/$f.sip

rm $tempfile
Expand Down

0 comments on commit 96c7fb3

Please sign in to comment.