17 #ifndef QGSERRORDIALOG_H 
   18 #define QGSERRORDIALOG_H 
   22 #include "ui_qgserrordialogbase.h" 
   32 class GUI_EXPORT 
QgsErrorDialog: 
public QDialog, 
private Ui::QgsErrorDialogBase
 
   49     static void show( 
const QgsError &error, 
const QString &title, QWidget *parent = 
nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
 
   52     void mDetailPushButton_clicked();
 
   53     void mDetailCheckBox_stateChanged( 
int state );
 
QgsError is container for error messages (report).