#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

@@ -29,7 +29,7 @@ class RiuTreeViewEventFilter : public QObject
{
Q_OBJECT
public:
RiuTreeViewEventFilter(QObject* parent);
explicit RiuTreeViewEventFilter(QObject* parent);
protected:
bool eventFilter(QObject *obj, QEvent *event);