Cppcheck: Solve issues related to copy constructor
This commit is contained in:
@@ -45,6 +45,8 @@ class PreviewLoader
|
||||
{
|
||||
public:
|
||||
|
||||
PreviewLoader(const PreviewLoader&) = delete;
|
||||
|
||||
/**
|
||||
* @brief Singleton entry point.
|
||||
*
|
||||
|
Reference in New Issue
Block a user