Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Aug 31, 2023
1 parent 86bc9e4 commit e9f21e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gui/resultsview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
ResultsView::ResultsView(QWidget * parent) :
QWidget(parent),
mUI(new Ui::ResultsView),
mStatistics(new CheckStatistics(this)),
mCheckSettings(nullptr)
mStatistics(new CheckStatistics(this))
{
mUI->setupUi(this);

Expand Down

0 comments on commit e9f21e3

Please sign in to comment.