Skip to content

Commit

Permalink
fix sip build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 24, 2013
1 parent 10152e6 commit f4744f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/gui/attributetable/qgsdualview.sip
Expand Up @@ -129,7 +129,7 @@ class QgsDualView : QStackedWidget
void filterChanged();
};

class QgsAttributeTableAction : public QAction
class QgsAttributeTableAction : QAction
{
%TypeHeaderCode
#include <qgsdualview.h>
Expand Down
2 changes: 1 addition & 1 deletion python/gui/qgserrordialog.sip
@@ -1,4 +1,4 @@
class QgsErrorDialog : public QDialog
class QgsErrorDialog : QDialog
{
%TypeHeaderCode
#include <qgserrordialog.h>
Expand Down
2 changes: 1 addition & 1 deletion python/gui/qgsexpressionselectiondialog.sip
@@ -1,4 +1,4 @@
class QgsExpressionSelectionDialog : public QDialog
class QgsExpressionSelectionDialog : QDialog
{
%TypeHeaderCode
#include <qgsexpressionselectiondialog.h>
Expand Down
2 changes: 1 addition & 1 deletion python/gui/qgshighlight.sip
@@ -1,4 +1,4 @@
class QgsHighlight : public QgsMapCanvasItem
class QgsHighlight : QgsMapCanvasItem
{
%TypeHeaderCode
#include <qgshighlight.h>
Expand Down

0 comments on commit f4744f6

Please sign in to comment.