Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build + sip
  • Loading branch information
3nids committed Nov 12, 2021
1 parent e841f76 commit 1b96632
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
@@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/providers/qgsabstractdbsourceselect.h *
* src/gui/providers/qgsabstractdbsourceselect.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
Expand All @@ -10,7 +10,7 @@



class QgsAbstractDbSourceSelect : QgsAbstractDataSourceWidget, protected Ui::QgsAbstractDbSourceSelect
class QgsAbstractDbSourceSelect : QgsAbstractDataSourceWidget, protected Ui::QgsDbSourceSelectBase
{
%Docstring(signature="appended")
The :py:class:`QgsAbstractDbSourceSelect` class is a base class for database source widget selector
Expand Down Expand Up @@ -52,7 +52,7 @@ This is called to define the SQL query and must be re-implemented. The implement
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/providers/qgsabstractdbsourceselect.h *
* src/gui/providers/qgsabstractdbsourceselect.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
2 changes: 1 addition & 1 deletion python/gui/gui_auto.sip
Expand Up @@ -378,7 +378,7 @@
%Include auto_generated/processing/models/qgsmodelgraphicitem.sip
%Include auto_generated/processing/models/qgsmodelgraphicsscene.sip
%Include auto_generated/processing/models/qgsmodelgraphicsview.sip
%Include auto_generated/providers/qgsdbsourceselectbase.sip
%Include auto_generated/providers/qgsabstractdbsourceselect.sip
%Include auto_generated/raster/qgscolorrampshaderwidget.sip
%Include auto_generated/raster/qgshillshaderendererwidget.sip
%Include auto_generated/raster/qgsmultibandcolorrendererwidget.sip
Expand Down
2 changes: 1 addition & 1 deletion src/gui/providers/qgsabstractdbsourceselect.h
Expand Up @@ -30,7 +30,7 @@ class QItemDelegate;
* \brief The QgsAbstractDbSourceSelect class is a base class for database source widget selector
* \since QGIS 3.24
*/
class GUI_EXPORT QgsAbstractDbSourceSelect : public QgsAbstractDataSourceWidget, protected Ui::QgsAbstractDbSourceSelect
class GUI_EXPORT QgsAbstractDbSourceSelect : public QgsAbstractDataSourceWidget, protected Ui::QgsDbSourceSelectBase
{
Q_OBJECT
public:
Expand Down
1 change: 0 additions & 1 deletion src/providers/db2/qgsdb2sourceselect.h
Expand Up @@ -19,7 +19,6 @@
#ifndef QGSDB2SOURCESELECT_H
#define QGSDB2SOURCESELECT_H

#include "ui_qgsabstractdbsourceselect.h"
#include "qgsguiutils.h"
#include "qgsdb2tablemodel.h"
#include "qgshelp.h"
Expand Down

0 comments on commit 1b96632

Please sign in to comment.