23 lines
275 B
C++
23 lines
275 B
C++
#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)
|
|
{
|
|
|
|
}
|