Skip to content

Commit

Permalink
#9094: fix invalid file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuarte47 committed Dec 17, 2013
1 parent 490796c commit eab6b5b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 459 deletions.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsgenericfeatureselectionmanager.h
Expand Up @@ -24,7 +24,7 @@
* If you want to synchronize the attribute table selection with the map canvas selection, you
* should use { @link QgsVectorLayerSelectionManager } instead.
*/
class GUI_EXPORT QgsGenericFeatureSelectionManager : public QgsIFeatureSelectionManager
class CORE_EXPORT QgsGenericFeatureSelectionManager : public QgsIFeatureSelectionManager
{
Q_OBJECT

Expand Down
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsifeatureselectionmanager.h
Expand Up @@ -26,7 +26,7 @@
* e.g. { @link QgsVectorLayer } implements this interface to manage its selections.
*/

class GUI_EXPORT QgsIFeatureSelectionManager : public QObject
class CORE_EXPORT QgsIFeatureSelectionManager : public QObject
{
Q_OBJECT

Expand Down
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsvectorlayerselectionmanager.h
Expand Up @@ -20,7 +20,7 @@

class QgsVectorLayer;

class GUI_EXPORT QgsVectorLayerSelectionManager : public QgsIFeatureSelectionManager
class CORE_EXPORT QgsVectorLayerSelectionManager : public QgsIFeatureSelectionManager
{
Q_OBJECT

Expand Down

0 comments on commit eab6b5b

Please sign in to comment.