Cppcheck: Fix issues related to explicit constructors
This commit is contained in:
@@ -30,7 +30,7 @@ protected:
|
||||
ImageArea* imageArea;
|
||||
|
||||
public:
|
||||
IndicateClippedPanel (ImageArea* ia);
|
||||
explicit IndicateClippedPanel (ImageArea* ia);
|
||||
|
||||
void buttonToggled ();
|
||||
|
||||
|
Reference in New Issue
Block a user