#include "tycho.h" #include extern "C" { void critical_msg(char const *title, char const *msg) { QMessageBox::critical(nullptr, QObject::tr(title), QObject::tr(msg)); } } // EOF