Skip to content

Commit

Permalink
Enrich comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Jul 5, 2022
1 parent 5cc8864 commit 12e86e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/QCefView.h
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,9 @@ public slots:
/// </summary>
void wheelEvent(QWheelEvent* event) override;

/// <summary>
/// Please refer to QWidget::contextMenuEvent
/// </summary>
void contextMenuEvent(QContextMenuEvent* event) override;
#pragma endregion
};
Expand Down

0 comments on commit 12e86e4

Please sign in to comment.