| 1380 | } |
| 1381 | |
| 1382 | void MainWindow::passwordFromFileToClipboard(const QString &text) { |
| 1383 | QStringList tokens = text.split('\n'); |
| 1384 | m_qtPass->copyTextToClipboard(tokens[0]); |
| 1385 | } |
| 1386 | |
| 1387 | /** |
| 1388 | * @brief MainWindow::addToGridLayout add a field to the template grid |
nothing calls this directly
no test coverage detected