Skip to content

Commit

Permalink
Fix cond private
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 13, 2021
1 parent decbee4 commit 4b1899e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -155,6 +155,7 @@ Returns the row at 0-based index ``index``, if index is not valid, an empty row




};


Expand Down
3 changes: 2 additions & 1 deletion src/core/qgsabstractdatabaseproviderconnection.h
Expand Up @@ -229,6 +229,8 @@ class CORE_EXPORT QgsAbstractDatabaseProviderConnection : public QgsAbstractProv
*/
QueryResult( ) = default SIP_SKIP;

///@endcond private

private:

mutable std::shared_ptr<QueryResultIterator> mResultIterator;
Expand All @@ -238,7 +240,6 @@ class CORE_EXPORT QgsAbstractDatabaseProviderConnection : public QgsAbstractProv

};

///@endcond private

/**
* The TableProperty class represents a database table or view.
Expand Down

0 comments on commit 4b1899e

Please sign in to comment.