Skip to content

Commit 4988bc5

Browse files
committed
Add the missing SIP stub file
1 parent b2a4c76 commit 4988bc5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
class QgsLayerTreeView : QTreeView
3+
{
4+
%TypeHeaderCode
5+
#include <qgslayertreeview.h>
6+
%End
7+
8+
// this is just a stub
9+
};

0 commit comments

Comments
 (0)