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:
Martin Kleusberg
2017-03-23 19:08:26 +01:00
parent b5d352bcdc
commit 43a5175af1
5 changed files with 204 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
#include "Settings.h"
#include "Application.h"
#include "MainWindow.h"
#include "RemoteDatabase.h"
#include <QDir>
#include <QColorDialog>