MCPcopy Create free account
hub / github.com/IJHack/QtPass / passwordFromFileToClipboard

Method passwordFromFileToClipboard

src/mainwindow.cpp:1382–1385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380}
1381
1382void 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

Callers

nothing calls this directly

Calls 1

copyTextToClipboardMethod · 0.80

Tested by

no test coverage detected