https://bugs.kde.org/show_bug.cgi?id=360666

--- Comment #7 from Jonathan Marten <j...@keelhaul.me.uk> ---
Confirmed with current Plasma 5 and Konsole.  Its "Save Output As..." function,
which uses a simple QFileDialog:

    QFileDialog* dialog = new QFileDialog(QApplication::activeWindow(),
            QString(),
            QDir::homePath());
    dialog->setAcceptMode(QFileDialog::AcceptSave);

will overwrite any existing file without prompting.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to