We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c1bf78e commit 0ec5dc4Copy full SHA for 0ec5dc4
python/core/qgsdataitem.sip
@@ -215,10 +215,11 @@ class QgsErrorItem : QgsDataItem
215
216
// ---------
217
218
-class CORE_EXPORT QgsDirectoryParamWidget : public QTreeWidget
+class QgsDirectoryParamWidget : public QTreeWidget
219
{
220
- Q_OBJECT
221
-
+%TypeHeaderCode
+#include <qgsdataitem.h>
222
+%End
223
public:
224
QgsDirectoryParamWidget( QString path, QWidget* parent = NULL );
225
0 commit comments