Implement import of databases in CSV (Comma Separated Values) format (i.e. from other password managers)
This commit is contained in:
@@ -66,6 +66,7 @@ public:
|
||||
public Q_SLOTS:
|
||||
void newDatabase();
|
||||
void openDatabase();
|
||||
void importCsv();
|
||||
void mergeDatabase();
|
||||
void importKeePass1Database();
|
||||
bool saveDatabase(int index = -1);
|
||||
|
||||
Reference in New Issue
Block a user