Skip to content
Snippets Groups Projects

Failed assertion throws runtime_error; message box moved to GUI main loop try..catch wrapper (#496)

Merged Wuttke, Joachim requested to merge i496j into r20.0
All threads resolved!
Files
8
+ 1
1
@@ -8,7 +8,7 @@ else()
set(executable_name bornagain)
endif()
set(source_files main.cpp AppOptions.cpp MessageHandler.cpp)
set(source_files main.cpp AppOptions.cpp)
# -----------------------------------------------------------------------------
# Qt configuration
Loading