Rename profiler parameter names
Rename the parameter names of the overriden methods to match the qt names.
This commit is contained in:
@@ -17,8 +17,8 @@ public:
|
||||
QAction* toggleViewAction();
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent* ev) override;
|
||||
void hideEvent(QHideEvent* ev) override;
|
||||
void showEvent(QShowEvent* event) override;
|
||||
void hideEvent(QHideEvent* event) override;
|
||||
|
||||
private:
|
||||
QAction* toggle_view_action = nullptr;
|
||||
|
Reference in New Issue
Block a user