#3944 clang-tidy : Apply clang-tidy on caf

This commit is contained in:
Magne Sjaastad
2019-01-10 22:13:19 +01:00
parent cee966a6d1
commit 65ee55c96d
28 changed files with 97 additions and 97 deletions

View File

@@ -46,9 +46,9 @@ class CadNavigation : public TrackBallBasedNavigation
{
public:
CadNavigation();
virtual ~CadNavigation();
~CadNavigation() override;
protected:
virtual bool handleInputEvent(QInputEvent* inputEvent);
bool handleInputEvent(QInputEvent* inputEvent) override;
};
} // End namespace caf