Skip to content

Commit

Permalink
Avoid cppcheck false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 7, 2021
1 parent ec1ef84 commit 5f6402c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crashhandler/qgscrashreport.cpp
Expand Up @@ -27,6 +27,7 @@
#include <QRegularExpressionMatch>

QgsCrashReport::QgsCrashReport()
: mPythonFault( PythonFault() )
{
setFlags( QgsCrashReport::All );
}
Expand Down

0 comments on commit 5f6402c

Please sign in to comment.