Create a unified base class to access the database.
Moved the default database class to QListDB and disallow leaking CMAObjects outside this class. Rewrote QListDB and CMAEvent to use the new internal API. Moved the file format constants to the base database class. Moved the metadata loading methods to the base database class.
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
|
||||
#include "qlistdb.h"
|
||||
#include "cmaevent.h"
|
||||
#include "cmaobject.h"
|
||||
#include "cmabroadcast.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
Reference in New Issue
Block a user