MCPcopy Create free account
hub / github.com/KDE/labplot / saveAs

Method saveAs

src/3rdparty/QXlsx/source/xlsxdocument.cpp:1244–1250  ·  view source on GitHub ↗

! * Saves the document to the file with the given \a name. * Returns true if saved successfully. */

Source from the content-addressed store, hash-verified

1242 * Returns true if saved successfully.
1243 */
1244bool Document::saveAs(const QString &name) const
1245{
1246 QFile file(name);
1247 if (file.open(QIODevice::WriteOnly))
1248 return saveAs(&file);
1249 return false;
1250}
1251
1252/*!
1253 * \overload

Callers

nothing calls this directly

Calls 2

savePackageMethod · 0.80
openMethod · 0.45

Tested by

no test coverage detected