Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c2e38b

Browse files
nyalldawsonPeterPetrik
authored andcommittedJul 2, 2021
Add c++20 todo for replacing equality operators with default implementations
1 parent 65bccd2 commit 6c2e38b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+70
-4
lines changed
 

‎python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheck.sip.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Create a new Change
132132
QgsGeometryCheck::ChangeType type;
133133

134134
QgsVertexId vidx;
135+
135136
bool operator==( const QgsGeometryCheck::Change &other );
136137
};
137138

‎python/core/auto_generated/auth/qgsauthconfig.sip.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Construct a configuration for an authentication method
3131
:param version: Version of the configuration (for updating previously saved configs later on)
3232
%End
3333

34+
3435
bool operator==( const QgsAuthMethodConfig &other ) const;
3536

3637
bool operator!=( const QgsAuthMethodConfig &other ) const;

0 commit comments

Comments
 (0)
Please sign in to comment.