added TODO
authorMikko Keinänen <mikko.keinanen@gmail.com>
Sun, 28 Nov 2010 01:00:03 +0000 (03:00 +0200)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Sun, 28 Nov 2010 01:00:03 +0000 (03:00 +0200)
src/db/dbmediaimagecontainer.cpp

index 86a3031..dd08d4a 100644 (file)
@@ -73,6 +73,7 @@ int DbMediaImageContainer::storeMediaImageContainer(EmuFrontObject *efo)
         // File id is used to store the media image container instance to database,
         // file id is also the media image container id
 
+        // TODO: if this fails, the remove the media images in ids
         fileId = insertDataObjectToModel(mic);
 
         //qDebug() << "Inserted media image container to file table with id " << fileId << ".";