mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-31 00:09:58 -06:00
dbhub: Keep track of the cloned databases
This adds a local database to keep track of all the cloned databases. For now we only use this information to prevent exactly the same database being downloaded twice.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "Settings.h"
|
||||
#include "Application.h"
|
||||
#include "MainWindow.h"
|
||||
#include "RemoteDatabase.h"
|
||||
|
||||
#include <QDir>
|
||||
#include <QColorDialog>
|
||||
|
||||
Reference in New Issue
Block a user