Renamed database class to qlistdb in preparation to create generic database class.

This commit is contained in:
codestation
2014-01-24 13:08:35 -04:30
parent 9be7250bfa
commit e1aa32894d
9 changed files with 72 additions and 62 deletions

View File

@@ -21,7 +21,7 @@
#define CMAEVENT_H
#include "cmaobject.h"
#include "database.h"
#include "qlistdb.h"
#include "httpdownloader.h"
#include <QNetworkReply>
@@ -39,7 +39,7 @@ public:
void vitaEventCancelTask(vita_event_t *event, int eventId);
// don't make the db reference static
static Database *db;
static QListDB *db;
private:
uint16_t processAllObjects(CMAObject *parent, uint32_t handle);