| 30 | } |
| 31 | |
| 32 | UserScriptModel *UserScriptManager::getModel() |
| 33 | { |
| 34 | return m_model; |
| 35 | } |
| 36 | |
| 37 | QString UserScriptManager::getScriptsFor(const QUrl &url, ScriptInjectionTime injectionTime, bool isMainFrame) |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected