summaryrefslogtreecommitdiffstats
path: root/src/imitatepass.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-12-13 10:52:52 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-12-13 10:52:52 +0100
commit79499d06d6731c637b8c975a7e0c2c79df28ec5e (patch)
treecef7bfb74eca01822f012496a7462f693a69f8f9 /src/imitatepass.cpp
parent15a29cdce0e5da587e58da82e9c8a8b43f15ea59 (diff)
Some minor cleanup
Diffstat (limited to 'src/imitatepass.cpp')
-rw-r--r--src/imitatepass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imitatepass.cpp b/src/imitatepass.cpp
index 03a914c4..ac9debec 100644
--- a/src/imitatepass.cpp
+++ b/src/imitatepass.cpp
@@ -89,7 +89,7 @@ int ImitatePass::Show_b(QString file) {
* @brief ImitatePass::Insert create new file with encrypted content
*
* @param file file to be created
- * @param value value to be stored in file
+ * @param newValue value to be stored in file
* @param overwrite whether to overwrite existing file
*/
void ImitatePass::Insert(QString file, QString newValue, bool overwrite) {