centralize every password generator default option. add extended ASCII to XC_HTTP generator

This commit is contained in:
thez3ro
2018-02-05 12:31:13 +01:00
parent 33b95836b9
commit 6723f4215a
11 changed files with 103 additions and 43 deletions

View File

@@ -91,6 +91,11 @@ QString FilePath::pluginPath(const QString& name)
return QString();
}
QString FilePath::wordlistPath(const QString& name)
{
return m_instance->dataPath("wordlists/" + name);
}
QIcon FilePath::applicationIcon()
{
bool darkIcon = useDarkIcon();