We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ec0b279 commit 300acb8Copy full SHA for 300acb8
src/gui/qgisapp.cpp
@@ -2394,6 +2394,8 @@ void QgisApp::newVectorLayer()
2394
2395
// allow for selection of more than one file
2396
openFileDialog->setMode(QFileDialog::AnyFile);
2397
+ openFileDialog->setAcceptMode(QFileDialog::AcceptSave);
2398
+ openFileDialog->setConfirmOverwrite( true );
2399
2400
if (haveLastUsedFilter) // set the filter to the last one used
2401
{
0 commit comments