Skip to content

Commit

Permalink
Add missing override (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
patstew authored May 15, 2020
1 parent b3307d8 commit cdb8926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DockAreaTitleBar.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private slots:
/**
* Show context menu
*/
virtual void contextMenuEvent(QContextMenuEvent *event);
virtual void contextMenuEvent(QContextMenuEvent *event) override;

public slots:
/**
Expand Down

0 comments on commit cdb8926

Please sign in to comment.