Skip to content

Commit eab6b5b

Browse files
committed
#9094: fix invalid file
1 parent 490796c commit eab6b5b

4 files changed

+3
-459
lines changed

src/gui/attributetable/qgsgenericfeatureselectionmanager.h

+1-1
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 GUI_EXPORT QgsGenericFeatureSelectionManager : public QgsIFeatureSelectionManager
27+
class CORE_EXPORT QgsGenericFeatureSelectionManager : public QgsIFeatureSelectionManager
2828
{
2929
Q_OBJECT
3030

src/gui/attributetable/qgsifeatureselectionmanager.h

+1-1
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 GUI_EXPORT QgsIFeatureSelectionManager : public QObject
29+
class CORE_EXPORT QgsIFeatureSelectionManager : public QObject
3030
{
3131
Q_OBJECT
3232

src/gui/attributetable/qgsvectorlayerselectionmanager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
class QgsVectorLayer;
2222

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

0 commit comments

Comments
 (0)