summaryrefslogtreecommitdiffstats
path: root/src/core/user_script.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-09-25 15:39:12 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-10-08 10:31:08 +0000
commita45f6fc3e1016a223a4b235cc61b033f8665c853 (patch)
tree66ee5d1d819493a8875a6638b11bdf8e44f11f86 /src/core/user_script.h
parentf681793c6895d390fe7a5f57718e25a4fcd10ed0 (diff)
Keep order of scripts added to QWebEngineScriptCollection
Use a QList instead of a QSet to store the scripts in the collection. This avoids situations where two scripts injected depend on each other, and fail or succeed depending on the semi-random order that QSet imposes. Change-Id: I44d5d89866ff2431544cc91afb1c102d93daa5da Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/core/user_script.h')
-rw-r--r--src/core/user_script.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/user_script.h b/src/core/user_script.h
index 7aeba9131..69c32c7ba 100644
--- a/src/core/user_script.h
+++ b/src/core/user_script.h
@@ -93,8 +93,4 @@ private:
} // namespace QtWebEngineCore
-QT_BEGIN_NAMESPACE
-uint qHash(const QtWebEngineCore::UserScript &, uint seed = 0);
-QT_END_NAMESPACE
-
#endif // USER_SCRIPT_H