mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3944 clang-tidy : Apply clang-tidy on caf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user