Skip to content

Commit c240cf7

Browse files
author
jef
committedJun 10, 2008
fix link error on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@8639 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 30fd719 commit c240cf7

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.