mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
More temporary but annoying debug messages
This commit is contained in:
parent
02887507c7
commit
5b18435f3f
@ -157,6 +157,7 @@ int PRS1Loader::Open(QString & path,Profile *profile)
|
|||||||
delete m;
|
delete m;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
qDebug() << "Open() Done";
|
||||||
return PRS1List.size();
|
return PRS1List.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -387,6 +388,7 @@ int PRS1Loader::OpenMachine(Machine *m,QString path,Profile *profile)
|
|||||||
m->properties["DataVersion"]=s;
|
m->properties["DataVersion"]=s;
|
||||||
m->Save(); // Save any new sessions to disk in our format
|
m->Save(); // Save any new sessions to disk in our format
|
||||||
if (qprogress) qprogress->setValue(100);
|
if (qprogress) qprogress->setValue(100);
|
||||||
|
qDebug() << "OpenMachine Done";
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -213,6 +213,7 @@ int Profile::Import(QString path)
|
|||||||
for (list<MachineLoader *>::iterator i=loaders.begin(); i!=loaders.end(); i++) {
|
for (list<MachineLoader *>::iterator i=loaders.begin(); i!=loaders.end(); i++) {
|
||||||
if (c+=(*i)->Open(path,this)) break;
|
if (c+=(*i)->Open(path,this)) break;
|
||||||
}
|
}
|
||||||
|
qDebug() << "Import Done";
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user