mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
fix sip build errors
This commit is contained in:
parent
10152e6d47
commit
f4744f6657
@ -129,7 +129,7 @@ class QgsDualView : QStackedWidget
|
||||
void filterChanged();
|
||||
};
|
||||
|
||||
class QgsAttributeTableAction : public QAction
|
||||
class QgsAttributeTableAction : QAction
|
||||
{
|
||||
%TypeHeaderCode
|
||||
#include <qgsdualview.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
class QgsErrorDialog : public QDialog
|
||||
class QgsErrorDialog : QDialog
|
||||
{
|
||||
%TypeHeaderCode
|
||||
#include <qgserrordialog.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
class QgsExpressionSelectionDialog : public QDialog
|
||||
class QgsExpressionSelectionDialog : QDialog
|
||||
{
|
||||
%TypeHeaderCode
|
||||
#include <qgsexpressionselectiondialog.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
class QgsHighlight : public QgsMapCanvasItem
|
||||
class QgsHighlight : QgsMapCanvasItem
|
||||
{
|
||||
%TypeHeaderCode
|
||||
#include <qgshighlight.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user