Support opening remote databases (#10896)

* Use the import wizard to support opening a remote database

---------

Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
sforst 2024-10-07 04:39:50 +02:00 committed by GitHub
parent abcb1414a3
commit d2da13da20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 379 additions and 62 deletions

View file

@ -42,6 +42,7 @@ private slots:
void testMergeDatabase();
void testRemoteSyncDatabaseSameKey();
void testRemoteSyncDatabaseRequiresPassword();
void testOpenRemoteDatabase();
void testAutoreloadDatabase();
void testTabs();
void testEditEntry();