#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

@@ -12,7 +12,7 @@ class RiuQwtScalePicker : public QObject
{
Q_OBJECT
public:
RiuQwtScalePicker(QwtPlot *plot);
explicit RiuQwtScalePicker(QwtPlot *plot);
virtual bool eventFilter( QObject *, QEvent * );