automatisch gibt. leider bekomme ich immer nur
ein NULL-Zeiger zurück:
Code: Alles auswählen
QFile file (filname.xml); // datei existiert auf jedenfall !
QTemporaryFile *tmpFile QTemporaryFile::createLocalFile(file);
Q_ASSERT(tmpFile);
ich weiß nich was ich falsch mache ???
doc:
Genau das was ich will sonst muss ich es eben von hand machenQTemporaryFile * QTemporaryFile::createLocalFile ( QFile & file ) [static]
Creates and returns a local temporary file whose contents are a copy of the contents of the given file.
und in das QTemporaryFile tmp reinstreamen.
moviemax