Skip to content

Commit 31c1ae1

Browse files
committedSep 25, 2017
Add missing QStringLiterals
1 parent 60b8ec5 commit 31c1ae1

File tree

254 files changed

+1433
-1314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+1433
-1314
lines changed
 

‎src/analysis/network/qgsgraphbuilder.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ class ANALYSIS_EXPORT QgsGraphBuilder : public QgsGraphBuilderInterface
6060
QgsGraph *mGraph = nullptr;
6161
};
6262

63+
// clazy:excludeall=qstring-allocations
64+
6365
#endif // QGSGRAPHBUILDER_H

‎src/analysis/network/qgsgraphbuilderinterface.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,6 @@ class ANALYSIS_EXPORT QgsGraphBuilderInterface
134134

135135
};
136136

137+
// clazy:excludeall=qstring-allocations
138+
137139
#endif // QGSGRAPHBUILDERINTERFACE_H

0 commit comments

Comments
 (0)
Please sign in to comment.