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

Method copyCitation

src/frontend/AboutDialog.cpp:381–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void AboutDialog::copyCitation() {
382 QString text;
383 text += i18n("LabPlot Team (%1), LabPlot: A FREE, open source, cross-platform Data Visualization and Analysis software accessible to everyone, (Version %2) [Computer software]. %3.", QLatin1String(YEAR), QLatin1String(LVERSION), QLatin1String("https://labplot.org"));
384
385 QApplication::clipboard()->setText(text);
386}
387
388void AboutDialog::openDonateLink() {
389 const auto donatepage = QStringLiteral("https://liberapay.com/LabPlot/donate");

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected