Skip to content

Commit 67dd499

Browse files
committed
fix windows build (CORE_EXPORT missing from QgsDirectoryParamWidget)
1 parent c53c858 commit 67dd499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsdataitem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class CORE_EXPORT QgsErrorItem : public QgsDataItem
266266

267267
// ---------
268268

269-
class QgsDirectoryParamWidget : public QTreeWidget
269+
class CORE_EXPORT QgsDirectoryParamWidget : public QTreeWidget
270270
{
271271
Q_OBJECT
272272

0 commit comments

Comments
 (0)