From a880f6ac5ddf41e712666b4aac84d764010ef070 Mon Sep 17 00:00:00 2001 From: L-Super <40905056+L-Super@users.noreply.github.com> Date: Fri, 25 Aug 2023 22:26:34 +0800 Subject: [PATCH] fix QCefDownloadItem.h word error --- include/QCefDownloadItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/QCefDownloadItem.h b/include/QCefDownloadItem.h index 7ab0f000..6ca7162f 100644 --- a/include/QCefDownloadItem.h +++ b/include/QCefDownloadItem.h @@ -52,7 +52,7 @@ class QCEFVIEW_EXPORT QCefDownloadItem /// /// 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. /// void start(const QString& path, bool useDefaultDialog = true) const;