We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7a995 commit bb408c8Copy full SHA for bb408c8
src/app/qgshandlebadlayers.cpp
@@ -392,7 +392,7 @@ void QgsHandleBadLayers::accept()
392
QDialog::accept();
393
}
394
395
-void QgsHandleBadLayers::rejected()
+void QgsHandleBadLayers::reject()
396
{
397
398
if ( mLayerList->rowCount() > 0 &&
src/app/qgshandlebadlayers.h
@@ -55,7 +55,7 @@ class APP_EXPORT QgsHandleBadLayers
55
void editAuthCfg();
56
void apply();
57
void accept() override;
58
- void rejected();
+ void reject() override;
59
60
private:
61
QPushButton *mBrowseButton = nullptr;
0 commit comments