mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
followup 8f35ee464f0a32284263b684abbdf2a42c0e9131
This commit is contained in:
parent
8f35ee464f
commit
fbe10d461c
@ -320,7 +320,7 @@ while ($line_idx < $line_count){
|
||||
if ($line =~ m/\{((\s*\w+)(\s*=\s*[\w\s\d<|]+.*?)?(,?))+\s*\}/){
|
||||
# one line declaration
|
||||
$line !~ m/=/ or die 'spify.pl does not handle enum one liners with value assignment. Use multiple lines instead.';
|
||||
push @output, "$line\n";
|
||||
next;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -71,8 +71,6 @@ class QgsSipifyHeader : QtClass<QVariant>
|
||||
|
||||
|
||||
enum OneLiner { Success, NoSuccess };
|
||||
enum OneLiner { Success, NoSuccess };
|
||||
enum OneLiner;
|
||||
|
||||
struct Data
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user