Added backup manager.

This commit is contained in:
codestation
2013-08-28 17:53:02 -04:30
parent 3530e28b43
commit b6b482046d
8 changed files with 51 additions and 10 deletions

View File

@@ -15,11 +15,12 @@ public:
void start();
void stop();
Database db;
private:
int thread_count;
QMutex mutex;
Database db;
QThread *usb_thread;
QThread *wireless_thread;