Skip to content

Commit

Permalink
fix QCefContext.h missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Super authored and tishion committed Aug 26, 2023
1 parent a880f6a commit 946eea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/QCefContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class QCEFVIEW_EXPORT QCefContext : public QObject
/// <param name="sourceOrigin">The source origin</param>
/// <param name="targetSchema">The target schema</param>
/// <param name="targetDomain">The target domain</param>
/// <param name="allowTargetSubdomains">Whether to allow subdomain or not</param>
/// <returns>True on success; otherwise false</returns>
bool removeCrossOriginWhitelistEntry(const QString& sourceOrigin,
const QString& targetSchema,
Expand Down

0 comments on commit 946eea0

Please sign in to comment.