Add missing HTML editor sip files

This commit is contained in:
Nathan Woodrow 2014-07-20 22:16:20 +10:00
parent bc6551c285
commit a3447dd9a3
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,10 @@
class QgsCodeEditorHTML: QgsCodeEditor
{
%TypeHeaderCode
#include <qgscodeeditorhtml.h>
%End
public:
QgsCodeEditorHTML( QWidget *parent /TransferThis/ = 0 );
~QgsCodeEditorHTML();
};