Skip to content

Commit

Permalink
Fix sipify test header file
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 8, 2017
1 parent d902575 commit d820702
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tests/scripts/sipifyheader.expected.sip
Expand Up @@ -271,6 +271,11 @@ class AbstractClass /Abstract/
A constructor
%End

};

QFlags<QgsSipifyHeader::MyEnum> operator|(QgsSipifyHeader::MyEnum f1, QFlags<QgsSipifyHeader::MyEnum> f2);


/************************************************************************
* This file has been generated automatically from *
* *
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/sipifyheader.h
Expand Up @@ -294,7 +294,7 @@ class CORE_EXPORT AbstractClass SIP_ABSTRACT
* or protected API.
*/
virtual QString reason() = 0;
}
};

Q_DECLARE_OPERATORS_FOR_FLAGS( QgsSipifyHeader::Flags )

Expand Down

0 comments on commit d820702

Please sign in to comment.