Skip to content

Commit

Permalink
sip_no_file on qgsfeaturefilterwidget
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Dec 13, 2019
1 parent 7d8094e commit e6f0489
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions src/gui/attributetable/qgsfeaturefilterwidget.h
Expand Up @@ -16,21 +16,14 @@
#ifndef QGSFEATUREFILTERWIDGET_H
#define QGSFEATUREFILTERWIDGET_H

#define SIP_NO_FILE

#include "ui_qgsfeaturefilterwidget.h"

#include "qgsattributeform.h"

/* #include "qgis_sip.h" */
#include "qgis_gui.h"

/* #ifdef SIP_RUN */
/* // This is required for the ConvertToSubClassCode to work properly */
/* // so RTTI for casting is available in the whole module. */
/* % ModuleCode */
/* #include "qgsfeatureselectiondlg.h" */
/* % End */
/* #endif */

class QgsVectorLayer;
class QgsAttributeEditorContext;
class QgsSearchWidgetWrapper;
Expand All @@ -43,16 +36,6 @@ class QgsMessageBar;
*/
class GUI_EXPORT QgsFeatureFilterWidget : public QWidget, private Ui::QgsFeatureFilterWidget
{

/* #ifdef SIP_RUN */
/* SIP_CONVERT_TO_SUBCLASS_CODE */
/* if ( qobject_cast<QgsFeatureFilterWidget *>( sipCpp ) ) */
/* sipType = sipType_QgsFeatureFilterWidget; */
/* else */
/* sipType = 0; */
/* SIP_END */
/* #endif */

Q_OBJECT

public:
Expand Down

0 comments on commit e6f0489

Please sign in to comment.