#1292 Fixed CppCheck Issues in UserInterface

This commit is contained in:
Jacob Støren
2017-03-06 11:19:51 +01:00
parent 1275279528
commit bd688f7ce8
17 changed files with 23 additions and 25 deletions

View File

@@ -52,7 +52,7 @@
class RiuQwtPlotPicker : public QwtPlotPicker
{
public:
RiuQwtPlotPicker(QWidget *canvas)
explicit RiuQwtPlotPicker(QWidget *canvas)
: QwtPlotPicker(canvas)
{
}