Menu

#5 Fix results file saving

Unstable (example)
closed
nobody
file-io (1)
7
2020-05-03
2020-04-30
No

In what appears to be a very old bug, we weren't able to save results to the .qpx xml format from that option in the GUI. Constantly got an unhelpful error message. This is the result of a missing semicolon after a return statement in the save_results() function in src/mainwindow.cpp, which unluckily didn't result in a compiler error. Replacing the semicolon gets it to work.

1 Attachments

Discussion

  • Boris Pek

    Boris Pek - 2020-04-30

    Accepted. Thanks!

    80436ee16923793e0a55bd0bb4d7a16bc5558506

     
  • Boris Pek

    Boris Pek - 2020-04-30
    • status: open --> accepted
     
  • Boris Pek

    Boris Pek - 2020-04-30
    • status: accepted --> closed
     
  • Eli Bildirici

    Eli Bildirici - 2020-05-03

    Sweet! :)

     

Log in to post a comment.