Skip to content

Commit

Permalink
Add missing HTML editor sip files
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jul 20, 2014
1 parent bc6551c commit a3447dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/gui/gui.sip
Expand Up @@ -23,6 +23,7 @@
%Include qgscodeeditor.sip
%Include qgscodeeditorpython.sip
%Include qgscodeeditorsql.sip
%Include qgscodeeditorhtml.sip
%Include qgscolorbutton.sip
%Include qgscolordialog.sip
%Include qgscomposerview.sip
Expand Down
10 changes: 10 additions & 0 deletions python/gui/qgscodeeditorhtml.sip
@@ -0,0 +1,10 @@
class QgsCodeEditorHTML: QgsCodeEditor
{
%TypeHeaderCode
#include <qgscodeeditorhtml.h>
%End

public:
QgsCodeEditorHTML( QWidget *parent /TransferThis/ = 0 );
~QgsCodeEditorHTML();
};

0 comments on commit a3447dd

Please sign in to comment.