Skip to content

Commit e522a20

Browse files
committedOct 8, 2013
fix link errors on windows
1 parent 8118f4d commit e522a20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎src/gui/attributetable/qgsgenericfeatureselectionmanager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* If you want to synchronize the attribute table selection with the map canvas selection, you
2525
* should use { @link QgsVectorLayerSelectionManager } instead.
2626
*/
27-
class CORE_EXPORT QgsGenericFeatureSelectionManager : public QgsIFeatureSelectionManager
27+
class GUI_EXPORT QgsGenericFeatureSelectionManager : public QgsIFeatureSelectionManager
2828
{
2929
Q_OBJECT
3030

‎src/gui/attributetable/qgsifeatureselectionmanager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* e.g. { @link QgsVectorLayer } implements this interface to manage its selections.
2727
*/
2828

29-
class CORE_EXPORT QgsIFeatureSelectionManager : public QObject
29+
class GUI_EXPORT QgsIFeatureSelectionManager : public QObject
3030
{
3131
Q_OBJECT
3232

‎src/gui/attributetable/qgsvectorlayerselectionmanager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
class QgsVectorLayer;
2222

23-
class CORE_EXPORT QgsVectorLayerSelectionManager : public QgsIFeatureSelectionManager
23+
class GUI_EXPORT QgsVectorLayerSelectionManager : public QgsIFeatureSelectionManager
2424
{
2525
Q_OBJECT
2626

0 commit comments

Comments
 (0)
Please sign in to comment.