Skip to content

Commit

Permalink
fix QCefDownloadItem.h word error
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 0b3000a commit a880f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/QCefDownloadItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class QCEFVIEW_EXPORT QCefDownloadItem
/// <remarks>
/// The 'path' parameter only works when 'useDefaultDialog' is set to false.
/// If you set 'useDefaultDialog' to true then you cannot control the initial
/// locatio nof the opened 'Save As...' dialog, it is determined by CEF internal implementation.
/// location of the opened 'Save As...' dialog, it is determined by CEF internal implementation.
/// </remarks>
void start(const QString& path, bool useDefaultDialog = true) const;

Expand Down

0 comments on commit a880f6a

Please sign in to comment.