Cppcheck: Solve issues related to copy constructor
This commit is contained in:
@@ -176,6 +176,8 @@ private:
|
||||
public:
|
||||
|
||||
ProfileStore();
|
||||
ProfileStore (const ProfileStore&) = delete;
|
||||
|
||||
~ProfileStore();
|
||||
bool init ();
|
||||
void parseProfiles ();
|
||||
|
||||
Reference in New Issue
Block a user