GUI: Clear data properly in CppcheckLibraryData
This commit is contained in:
parent
1e870762a3
commit
d75d0965ff
|
@ -152,6 +152,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
void clear() {
|
void clear() {
|
||||||
|
containers.clear();
|
||||||
defines.clear();
|
defines.clear();
|
||||||
functions.clear();
|
functions.clear();
|
||||||
memoryresource.clear();
|
memoryresource.clear();
|
||||||
|
|
Loading…
Reference in New Issue