Skip to content

Commit

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




};


Expand Down
5 changes: 2 additions & 3 deletions src/core/qgsabstractdatabaseproviderconnection.h
Expand Up @@ -188,7 +188,7 @@ class CORE_EXPORT QgsAbstractDatabaseProviderConnection : public QgsAbstractProv
*
* \note This struct is thread safe.
*/
struct QueryResultIterator SIP_SKIP
struct CORE_EXPORT QueryResultIterator SIP_SKIP
{
QVariantList nextRow();
bool hasNextRow() const;
Expand Down Expand Up @@ -229,8 +229,6 @@ class CORE_EXPORT QgsAbstractDatabaseProviderConnection : public QgsAbstractProv
*/
QueryResult( ) = default SIP_SKIP;

///@endcond private

private:

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

};

///@endcond private

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

0 comments on commit decbee4

Please sign in to comment.