* @brief MainWindow::userDialog see MainWindow::onUsers() * @param dir folder to edit users for. */
| 948 | * @param dir folder to edit users for. |
| 949 | */ |
| 950 | void 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 |
no outgoing calls
no test coverage detected