![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include "passwordmanager.h"#include "passwordbackends/passwordbackend.h"#include "passwordbackends/databasepasswordbackend.h"#include "passwordbackends/databaseencryptedpasswordbackend.h"#include "settings.h"#include <QVector>#include <QDataStream>Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &stream, const PasswordEntry &entry) |
| QDataStream & | operator>> (QDataStream &stream, PasswordEntry &entry) |
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const PasswordEntry & | entry | ||
| ) |
Definition at line 29 of file passwordmanager.cpp.
| QDataStream & operator>> | ( | QDataStream & | stream, |
| PasswordEntry & | entry | ||
| ) |
Definition at line 42 of file passwordmanager.cpp.