summaryrefslogtreecommitdiffstats
path: root/qtpasssettings.cpp
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2016-11-27 20:34:48 +0100
committertezeb <tezeb+github@outoftheblue.pl>2016-11-27 20:37:07 +0100
commitb7ff77750f01d64eea07ba5a8242f5b25e62b8f5 (patch)
tree1dd29556558a5ea4b9ab612e124a0049d9a3cfc8 /qtpasssettings.cpp
parent9e67a7ace806cb3d681990762de0161cdb8d6dcd (diff)
password generation refactoring
Diffstat (limited to 'qtpasssettings.cpp')
-rw-r--r--qtpasssettings.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/qtpasssettings.cpp b/qtpasssettings.cpp
index 529de11d..8ef85547 100644
--- a/qtpasssettings.cpp
+++ b/qtpasssettings.cpp
@@ -332,15 +332,6 @@ void QtPassSettings::setUseSymbols(const bool &useSymbols) {
setBoolValue(SettingsConstants::useSymbols, useSymbols);
}
-int QtPassSettings::getPasswordCharsSelected(const int &defaultValue) {
- return getIntValue(SettingsConstants::passwordCharsSelected, defaultValue);
-}
-
-void QtPassSettings::setPasswordCharsSelected(
- const int &passwordCharsSelected) {
- setIntValue(SettingsConstants::passwordCharsSelected, passwordCharsSelected);
-}
-
int QtPassSettings::getPasswordLength(const int &defaultValue) {
return getIntValue(SettingsConstants::passwordLength, defaultValue);
}