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
+22
View File
@@ -0,0 +1,22 @@
#include "password.h"
#include <qt5keychain/keychain.h>
#include <qt5keychain/qkeychain_export.h>
/*password::password("RsyncUI")
{
}*/
void password::store (QString account, QString password)
{
}
QString password::read(QString)
{
}
bool password::remove(QString)
{
}