![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include "databaseencryptedpasswordbackend.h"
#include "mainapplication.h"
#include "autofill.h"
#include "aesinterface.h"
#include "browserwindow.h"
#include "ui_masterpassworddialog.h"
#include "sqldatabase.h"
#include <QVector>
#include <QMessageBox>
#include <QTimer>
Go to the source code of this file.
Macros | |
#define | INTERNAL_SERVER_ID QLatin1String("falkon.internal") |
#define INTERNAL_SERVER_ID QLatin1String("falkon.internal") |
Definition at line 30 of file databaseencryptedpasswordbackend.cpp.