19 #ifndef NEWSUPPRESSIONDIALOG_H 
   20 #define NEWSUPPRESSIONDIALOG_H 
   56     Ui::NewSuppressionDialog *
mUI;
 
SuppressionList::Suppression getSuppression() const
Translate the user input in the GUI into a suppression.
 
void setSuppression(const SuppressionList::Suppression &suppression)
Update the GUI so it corresponds with the given Cppcheck suppression.
 
NewSuppressionDialog & operator=(const NewSuppressionDialog &)=delete
 
NewSuppressionDialog(const NewSuppressionDialog &)=delete
 
Ui::NewSuppressionDialog * mUI
 
~NewSuppressionDialog() override
 
NewSuppressionDialog(QWidget *parent=nullptr)