Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and nyalldawson committed Jan 8, 2022
1 parent 1ab5432 commit 0f65a46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/providers/wms/qgswmssourceselect.h
Expand Up @@ -204,21 +204,21 @@ class QgsWMSSourceSelect : public QgsAbstractDataSourceWidget, private Ui::QgsWM
};

/*!
* \brief Widget that embeds a check box and a combo box to select an encoding scheme to convert image to a single band raster
* \brief Widget that embeds a checkbox and a combobox to select an encoding scheme to convert image to a single band raster
*/
class QgsWMSEncodingSchemeWidget : public QWidget
{
public:
//! Contructor
//! Constructor
QgsWMSEncodingSchemeWidget( QWidget *parent = nullptr );

/**
* Sets the current encoding scheme from its key \a encodingSchemeKey,
* leading to checked the check box if the encoding scheme exists or unchecked if the key is empty or the scheme does not exist
* leading to checked the checkbox if the encoding scheme exists or unchecked if the key is empty or the scheme does not exist
*/
void setEncodingScheme( const QString &encodingSchemeKey );

//! Returns the key of the current selected scheme, returns empty string if the check box is unchecked
//! Returns the key of the current selected scheme, returns empty string if the checkbox is unchecked
QString encodingScheme() const;

private:
Expand Down

0 comments on commit 0f65a46

Please sign in to comment.