Skip to content
Permalink
Browse files
Add missing HTML editor sip files
  • 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.
@@ -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
@@ -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.