You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
1.0 KiB
18 lines
1.0 KiB
diff -up qtwebengine-everywhere-src-5.15.5/src/webenginewidgets/api/qwebenginedownloaditem.h.QT_DEPRECATED_VERSION qtwebengine-everywhere-src-5.15.5/src/webenginewidgets/api/qwebenginedownloaditem.h
|
|
--- qtwebengine-everywhere-src-5.15.5/src/webenginewidgets/api/qwebenginedownloaditem.h.QT_DEPRECATED_VERSION 2021-06-24 07:34:27.991417071 -0500
|
|
+++ qtwebengine-everywhere-src-5.15.5/src/webenginewidgets/api/qwebenginedownloaditem.h 2021-06-24 07:36:28.996937357 -0500
|
|
@@ -120,9 +120,13 @@ public:
|
|
QString mimeType() const;
|
|
#if QT_DEPRECATED_SINCE(5, 14)
|
|
#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
|
|
+#if QT_VERSION >= QT_VERSION_CHECK(5,14,0)
|
|
QT_DEPRECATED_VERSION_X(5, 14, "Use downloadDirectory() and downloadFileName() instead")
|
|
+#endif
|
|
QString path() const;
|
|
+#if QT_VERSION >= QT_VERSION_CHECK(5,14,0)
|
|
QT_DEPRECATED_VERSION_X(5, 14, "Use setDownloadDirectory() and setDownloadFileName() instead")
|
|
+#endif
|
|
void setPath(QString path);
|
|
#else
|
|
QT_DEPRECATED_X("Use downloadDirectory() and downloadFileName() instead")
|