@@ -110,7 +110,6 @@ class GUI_EXPORT QgsMapToolIdentify : public QgsMapTool
110110 @param y y coordinates of mouseEvent
111111 @param layerList Performs the identification within the given list of layers. Default value is an empty list, i.e. uses all the layers.
112112 @param mode Identification mode. Can use Qgis default settings or a defined mode. Default mode is DefaultQgsSetting.
113- @param selectedAction will set the pointer of the action clicked in the menu (if corresponding mode is used). This is useful for custom actions.
114113 @return a list of IdentifyResult*/
115114 QList<IdentifyResult> identify ( int x, int y, QList<QgsMapLayer*> layerList = QList<QgsMapLayer*>(), IdentifyMode mode = DefaultQgsSetting );
116115
@@ -121,7 +120,6 @@ class GUI_EXPORT QgsMapToolIdentify : public QgsMapTool
121120 @param y y coordinates of mouseEvent
122121 @param mode Identification mode. Can use Qgis default settings or a defined mode.
123122 @param layerType Only performs identification in a certain type of layers (raster, vector). Default value is AllLayers.
124- @param selectedAction will set the pointer of the action clicked in the menu (if corresponding mode is used). This is useful for custom actions.
125123 @return a list of IdentifyResult*/
126124 QList<IdentifyResult> identify ( int x, int y, IdentifyMode mode, LayerType layerType = AllLayers );
127125
@@ -146,7 +144,6 @@ class GUI_EXPORT QgsMapToolIdentify : public QgsMapTool
146144 @param mode Identification mode. Can use Qgis default settings or a defined mode.
147145 @param layerList Performs the identification within the given list of layers.
148146 @param layerType Only performs identification in a certain type of layers (raster, vector).
149- @param selectedAction will set the pointer of the action clicked in the menu (if corresponding mode is used). This is useful for custom actions.
150147 @return a list of IdentifyResult*/
151148 QList<IdentifyResult> identify ( int x, int y, IdentifyMode mode, QList<QgsMapLayer*> layerList, LayerType layerType = AllLayers );
152149
0 commit comments