Skip to content

Commit 7525fc5

Browse files

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎src/gui/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ qgsvertexmarker.cpp
3030
SET(QGIS_GUI_MOC_HDRS
3131
qgsdetaileditemdelegate.h
3232
qgsdetaileditemwidget.h
33-
qgsdetaileditemdata.h
3433
qgisinterface.h
3534
qgsencodingfiledialog.h
3635
qgslayerprojectionselector.h

‎src/gui/qgsdetaileditemdata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/** This class is the data only representation of a
2727
* QgsDetailedItemWidget, designed to be used in custom views.
2828
*/
29-
class QgsDetailedItemData
29+
class GUI_EXPORT QgsDetailedItemData
3030
{
3131
public:
3232
QgsDetailedItemData();

0 commit comments

Comments
 (0)
Please sign in to comment.