Ignore:
Timestamp:
Mar 6, 2008, 10:42:51 AM (16 years ago)
Author:
garnier
Message:

chqngement de fonctions incompqtible windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLQtViewer.cc

    r742 r743  
    23372337    return tmp;
    23382338  }
    2339   QString path = QDir::fromNativeSeparators(QString("/QtMovie_")+QDateTime::currentDateTime ().toString("dd-MM-yyyy_hh-mm-ss/"));
     2339  QString path = QDir::separator()+"QtMovie_"+QDateTime::currentDateTime ().toString("dd-MM-yyyy_hh-mm-ss")+QDir::separator();
    23402340  QDir *d = new QDir(QDir::cleanPath(fTempFolderPath));
    23412341  // check if it is already present
     
    23722372    if (!d->remove(currentFile)) {
    23732373      res = false;
    2374       QString file = QDir::fromNativeSeparators(fMovieTempFolderPath+currentFile);
     2374      QString file = fMovieTempFolderPath+currentFile;
    23752375      error +="Removing file failed : "+file+"\n";
    23762376    }
Note: See TracChangeset for help on using the changeset viewer.