We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8f35ee4 commit fbe10d4Copy full SHA for fbe10d4
scripts/sipify.pl
@@ -320,7 +320,7 @@ sub processDoxygenLine
320
if ($line =~ m/\{((\s*\w+)(\s*=\s*[\w\s\d<|]+.*?)?(,?))+\s*\}/){
321
# one line declaration
322
$line !~ m/=/ or die 'spify.pl does not handle enum one liners with value assignment. Use multiple lines instead.';
323
- push @output, "$line\n";
+ next;
324
}
325
else
326
{
tests/scripts/sipifyheader.expected.sip
@@ -71,8 +71,6 @@ class QgsSipifyHeader : QtClass<QVariant>
71
72
73
enum OneLiner { Success, NoSuccess };
74
- enum OneLiner { Success, NoSuccess };
75
- enum OneLiner;
76
77
struct Data
78
0 commit comments