Navigation Menu

Skip to content

Commit

Permalink
sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 10, 2021
1 parent 33f7652 commit 54eb158
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions python/core/auto_generated/qgsdbfilterproxymodel.sip.in
Expand Up @@ -10,22 +10,25 @@



class QgsDatabaseFilterProxyModel /Deprecated/ : public QSortFilterProxyModel
%Docstring
class QgsDatabaseFilterProxyModel : QSortFilterProxyModel /Deprecated/
{
%Docstring(signature="appended")
A class that implements a custom filter and can be used
as a proxy for :py:class:`QgsDbTableModel`

.. deprecated:: QGIS 3.24

.. versionadded:: 3.0
%End
{

%TypeHeaderCode
#include "qgsdbfilterproxymodel.h"
%End
public:

QgsDatabaseFilterProxyModel( QObject *parent /TransferThis/ = 0 );
%Docstring
Constructor for :py:class:`QgsDatabaseFilterProxyModel`.
Constructor for QgsDatabaseFilterProxyModel.
%End

void _setFilterWildcard( const QString &pattern );
Expand Down
Expand Up @@ -33,7 +33,7 @@ Constructor
Sets the source model for the widget
%End

QgsDatabaseFilterProxyModel *proxyModel();
QSortFilterProxyModel *proxyModel();
%Docstring
Returns the proxy model used to filter the results
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdbfilterproxymodel.h
Expand Up @@ -31,7 +31,7 @@
* \deprecated since QGIS 3.24
* \since QGIS 3.0 QSortFilterProxyModel with native recursive filtering can be used instead
*/
class CORE_EXPORT Q_DECL_DEPRECATED QgsDatabaseFilterProxyModel SIP_DEPRECATED : public QSortFilterProxyModel
class CORE_EXPORT Q_DECL_DEPRECATED QgsDatabaseFilterProxyModel : public QSortFilterProxyModel SIP_DEPRECATED
{
Q_OBJECT

Expand Down

0 comments on commit 54eb158

Please sign in to comment.