We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent cb360f0 commit 98ed214Copy full SHA for 98ed214
src/core/qgsexception.h
@@ -42,6 +42,7 @@ class CORE_EXPORT QgsException
42
: mWhat( message )
43
{}
44
45
+ // cppcheck-suppress internalAstError
46
virtual ~QgsException() throw() = default;
47
48
//! \note not available in Python bindings
src/core/qgslogger.cpp
@@ -51,6 +51,7 @@ void QgsLogger::init()
51
;
52
53
sPrefixLength = sizeof( CMAKE_SOURCE_DIR );
54
55
if ( CMAKE_SOURCE_DIR[sPrefixLength - 1] == '/' )
56
sPrefixLength++;
57
}
0 commit comments