Mentions légales du service

Skip to content
Snippets Groups Projects

Draft: Add multi-trace support for Node_select window

Open ORDRONNEAU Camille requested to merge cordronn/vite:feature/multi-node-select into master
25 files
+ 705
424
Compare changes
  • Side-by-side
  • Inline
Files
25
+ 2
1
@@ -370,7 +370,8 @@ Trace *Core::build_trace(const std::string &filename, bool is_state_splitting) {
return nullptr;
}
Trace *trace = new Trace(filename);
QFileInfo filepath(QString::fromStdString(filename));
Trace *trace = new Trace(filepath.absoluteFilePath().toStdString());
#if defined(USE_ITC) && defined(BOOST_SERIALIZE)
if (Info::Splitter::path.empty())
Loading