File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class QgsMapLayerAction : QAction
3232 void triggerForLayer( QgsMapLayer* layer );
3333
3434 /** Define the availibility of the action */
35- void setAvailability( Availability availibitly );
35+ void setAvailability( Availability availability );
3636 Availability availability() const;
3737
3838 signals:
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class GUI_EXPORT QgsMapLayerAction : public QAction
6262 void triggerForLayer ( QgsMapLayer* layer );
6363
6464 /* * Define the availibility of the action */
65- void setAvailability ( Availability availabitly ) {mAvailability = availabitly ;}
65+ void setAvailability ( Availability availability ) {mAvailability = availability ;}
6666 /* * Return availibity of action */
6767 Availability availability () const {return mAvailability ;}
6868
You can’t perform that action at this time.
0 commit comments