167:7508e44f4853 | 168:3383117f894b |
---|---|
45 mimeType = "text/css" | 45 mimeType = "text/css" |
46 elif strUrl.endswith(".js"): | 46 elif strUrl.endswith(".js"): |
47 mimeType = "text/javascript" | 47 mimeType = "text/javascript" |
48 else: | 48 else: |
49 mimeType = "text/html" | 49 mimeType = "text/html" |
50 return NetworkReply(request, self.__engine.fileData(url), mimeType) | 50 return NetworkReply(request, self.__engine.fileData(url), mimeType, self.parent()) |