mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-28 00:06:23 -05:00
Fix clang-tidy warning
This commit is contained in:
parent
ecada7f47a
commit
c0bea90dda
@ -41,25 +41,25 @@ class QgsAuthOAuth2Edit : public QgsAuthMethodEdit, private Ui::QgsAuthOAuth2Edi
|
||||
* Validate current configuration
|
||||
* \return TRUE if current configuration is valid
|
||||
*/
|
||||
bool validateConfig() override;
|
||||
bool validateConfig() final;
|
||||
|
||||
/**
|
||||
* Current configuration
|
||||
* \return current configuration map
|
||||
*/
|
||||
QgsStringMap configMap() const override;
|
||||
QgsStringMap configMap() const final;
|
||||
|
||||
|
||||
public slots:
|
||||
|
||||
//! Load the configuration from \a configMap
|
||||
void loadConfig( const QgsStringMap &configmap ) override;
|
||||
void loadConfig( const QgsStringMap &configmap ) final;
|
||||
|
||||
//! Reset configuration to defaults
|
||||
void resetConfig() override;
|
||||
void resetConfig() final;
|
||||
|
||||
//! Clear configuration
|
||||
void clearConfig() override;
|
||||
void clearConfig() final;
|
||||
|
||||
private slots:
|
||||
void setupConnections();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user