@@ -58,10 +58,10 @@ class CppcheckLibraryData {
5858 QString yields;
5959 QString action;
6060 };
61- QList<struct Function > accessFunctions;
62- QList<struct Function > otherFunctions;
63- QList<struct Function > sizeFunctions;
64- QList<struct RangeItemRecordType > rangeItemRecordTypeList;
61+ QList<Function> accessFunctions;
62+ QList<Function> otherFunctions;
63+ QList<Function> sizeFunctions;
64+ QList<RangeItemRecordType> rangeItemRecordTypeList;
6565 };
6666
6767 struct Define {
@@ -106,13 +106,13 @@ class CppcheckLibraryData {
106106 QString arg;
107107 QString arg2;
108108 };
109- QList<struct MinSize > minsizes;
109+ QList<MinSize> minsizes;
110110 struct Iterator {
111111 int container = -1 ;
112112 QString type;
113113 } iterator;
114114 };
115- QList<struct Arg > args;
115+ QList<Arg> args;
116116
117117 struct {
118118 QString severity;
@@ -149,8 +149,8 @@ class CppcheckLibraryData {
149149 QString name;
150150 };
151151
152- QList<struct Alloc > alloc;
153- QList<struct Dealloc > dealloc;
152+ QList<Alloc> alloc;
153+ QList<Dealloc> dealloc;
154154 QStringList use;
155155 };
156156
@@ -176,7 +176,7 @@ class CppcheckLibraryData {
176176 QString name;
177177 };
178178
179- QList<struct Call > calls;
179+ QList<Call> calls;
180180 };
181181
182182 struct Markup {
@@ -244,18 +244,18 @@ class CppcheckLibraryData {
244244 QString open (QIODevice &file);
245245 QString toString () const ;
246246
247- QList<struct Container > containers;
248- QList<struct Define > defines;
249- QList<struct Function > functions;
250- QList<struct MemoryResource > memoryresource;
251- QList<struct PodType > podtypes;
247+ QList<Container> containers;
248+ QList<Define> defines;
249+ QList<Function> functions;
250+ QList<MemoryResource> memoryresource;
251+ QList<PodType> podtypes;
252252 QList<TypeChecks> typeChecks;
253- QList<struct PlatformType > platformTypes;
253+ QList<PlatformType> platformTypes;
254254 QStringList undefines;
255- QList<struct SmartPointer > smartPointers;
256- QList<struct Reflection > reflections;
257- QList<struct Markup > markups;
258- QList<struct Entrypoint > entrypoints;
255+ QList<SmartPointer> smartPointers;
256+ QList<Reflection> reflections;
257+ QList<Markup> markups;
258+ QList<Entrypoint> entrypoints;
259259};
260260
261261#endif // CPPCHECKLIBRARYDATA_H
0 commit comments