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

Method userDialog

src/mainwindow.cpp:950–955  ·  view source on GitHub ↗

* @brief MainWindow::userDialog see MainWindow::onUsers() * @param dir folder to edit users for. */

Source from the content-addressed store, hash-verified

948 * @param dir folder to edit users for.
949 */
950void MainWindow::userDialog(const QString &dir) {
951 if (!dir.isEmpty()) {
952 currentDir = dir;
953 }
954 onUsers();
955}
956
957/**
958 * @brief MainWindow::onUsers edit users for the current

Callers 2

checkPasswordStoreMethod · 0.80
handleGpgIdFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected