| 379 | } |
| 380 | |
| 381 | void 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 | |
| 388 | void AboutDialog::openDonateLink() { |
| 389 | const auto donatepage = QStringLiteral("https://liberapay.com/LabPlot/donate"); |