Moved qcma.rc and qcma.qrc

This commit is contained in:
Xian Nox
2013-12-16 14:35:56 +01:00
parent 5c255ea221
commit 4c5356a35d
8 changed files with 21 additions and 21 deletions

View File

@@ -478,7 +478,7 @@ void CmaEvent::vitaEventSendHttpObjectFromURL(vita_event_t *event, int eventId)
if(!file.open(QIODevice::ReadOnly)) {
if(basename == "psp2-updatelist.xml") {
qDebug("Found request for update list. Sending cached data");
QFile res(":/main/resources/psp2-updatelist.xml");
QFile res(":/main/resources/xml/psp2-updatelist.xml");
res.open(QIODevice::ReadOnly);
data = res.readAll();
} else {