Skip to content

Commit f4744f6

Browse files
committedJun 24, 2013
fix sip build errors
1 parent 10152e6 commit f4744f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎python/gui/attributetable/qgsdualview.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class QgsDualView : QStackedWidget
129129
void filterChanged();
130130
};
131131

132-
class QgsAttributeTableAction : public QAction
132+
class QgsAttributeTableAction : QAction
133133
{
134134
%TypeHeaderCode
135135
#include <qgsdualview.h>

‎python/gui/qgserrordialog.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class QgsErrorDialog : public QDialog
1+
class QgsErrorDialog : QDialog
22
{
33
%TypeHeaderCode
44
#include <qgserrordialog.h>

‎python/gui/qgsexpressionselectiondialog.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class QgsExpressionSelectionDialog : public QDialog
1+
class QgsExpressionSelectionDialog : QDialog
22
{
33
%TypeHeaderCode
44
#include <qgsexpressionselectiondialog.h>

‎python/gui/qgshighlight.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class QgsHighlight : public QgsMapCanvasItem
1+
class QgsHighlight : QgsMapCanvasItem
22
{
33
%TypeHeaderCode
44
#include <qgshighlight.h>

0 commit comments

Comments
 (0)
Please sign in to comment.