Cppcheck: Fix issues related to explicit constructors
This commit is contained in:
@@ -38,7 +38,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
ZoomPanel (ImageArea* iarea);
|
||||
explicit ZoomPanel (ImageArea* iarea);
|
||||
|
||||
void zoomInClicked ();
|
||||
void zoomOutClicked ();
|
||||
|
Reference in New Issue
Block a user