File error_dialog.hpp File List > gui > error_dialog.hpp Go to the documentation of this file #pragma once #include <QString> class QWidget; void show_error_message(QWidget* parent, const QString& title, const QString& message);