mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Add missing HTML editor sip files
This commit is contained in:
parent
bc6551c285
commit
a3447dd9a3
@ -23,6 +23,7 @@
|
|||||||
%Include qgscodeeditor.sip
|
%Include qgscodeeditor.sip
|
||||||
%Include qgscodeeditorpython.sip
|
%Include qgscodeeditorpython.sip
|
||||||
%Include qgscodeeditorsql.sip
|
%Include qgscodeeditorsql.sip
|
||||||
|
%Include qgscodeeditorhtml.sip
|
||||||
%Include qgscolorbutton.sip
|
%Include qgscolorbutton.sip
|
||||||
%Include qgscolordialog.sip
|
%Include qgscolordialog.sip
|
||||||
%Include qgscomposerview.sip
|
%Include qgscomposerview.sip
|
||||||
|
10
python/gui/qgscodeeditorhtml.sip
Normal file
10
python/gui/qgscodeeditorhtml.sip
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
class QgsCodeEditorHTML: QgsCodeEditor
|
||||||
|
{
|
||||||
|
%TypeHeaderCode
|
||||||
|
#include <qgscodeeditorhtml.h>
|
||||||
|
%End
|
||||||
|
|
||||||
|
public:
|
||||||
|
QgsCodeEditorHTML( QWidget *parent /TransferThis/ = 0 );
|
||||||
|
~QgsCodeEditorHTML();
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user