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 50a5eb8 commit 7525fc5Copy full SHA for 7525fc5
src/gui/CMakeLists.txt
@@ -30,7 +30,6 @@ qgsvertexmarker.cpp
30
SET(QGIS_GUI_MOC_HDRS
31
qgsdetaileditemdelegate.h
32
qgsdetaileditemwidget.h
33
-qgsdetaileditemdata.h
34
qgisinterface.h
35
qgsencodingfiledialog.h
36
qgslayerprojectionselector.h
src/gui/qgsdetaileditemdata.h
@@ -26,7 +26,7 @@
26
/** This class is the data only representation of a
27
* QgsDetailedItemWidget, designed to be used in custom views.
28
*/
29
-class QgsDetailedItemData
+class GUI_EXPORT QgsDetailedItemData
{
public:
QgsDetailedItemData();
0 commit comments