summaryrefslogtreecommitdiffstats
path: root/src/core/user_script.h
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2016-01-28 04:49:02 -0800
committerSzabolcs David <davidsz@inf.u-szeged.hu>2016-02-10 15:34:24 +0000
commit835b24055cfbc953fd4c844d264e7fbc8550d575 (patch)
treeab232be48c231b13ca796235ffef5f8602e5cb7c /src/core/user_script.h
parent8411304d3393cb5ce5ec972ffe9fe3fab00fb981 (diff)
Rename UserScriptController/Host to UserResourceController/Host
These classes can operate user stylesheets too. Change-Id: Ia283af92e52a822b26003ff65e0e7dc391b0904d 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, 2 insertions, 2 deletions
diff --git a/src/core/user_script.h b/src/core/user_script.h
index 6835f4d20..9d7d66a58 100644
--- a/src/core/user_script.h
+++ b/src/core/user_script.h
@@ -51,7 +51,7 @@ struct UserScriptData;
namespace QtWebEngineCore {
-class UserScriptControllerHost;
+class UserResourceControllerHost;
class QWEBENGINE_EXPORT UserScript : public QSharedData {
public:
@@ -88,7 +88,7 @@ public:
private:
void initData();
UserScriptData &data() const;
- friend class UserScriptControllerHost;
+ friend class UserResourceControllerHost;
QScopedPointer<UserScriptData> scriptData;
QString m_name;