FACT++  1.0
void UIConnector::fileSelected ( QString  file)
slot

Definition at line 1290 of file RawEventsViewer.cc.

1291 {
1292  currentFile = file.toStdString();
1293  if (currentFile != "")
1294  GLWindow->openFile(currentFile);
1295 }
std::string currentFile