some code cleaning\nSize in treeview is now hulan readable\nbegin of password encryption

This commit is contained in:
2023-03-04 17:33:18 +01:00
parent 8227c76a88
commit 927c4a932a
7 changed files with 135 additions and 39 deletions
+21
View File
@@ -0,0 +1,21 @@
#ifndef PASSWORD_H
#define PASSWORD_H
#include "mainwindow.h"
#include <qt5keychain/keychain.h>
#include <qt5keychain/qkeychain_export.h>
class password
{
password(QString);
~password();
void store(QString, QString);
QString read(QString);
bool remove(QString);
};
#endif // PASSWORD_H