107 @param filename name of the QtHelp file |
107 @param filename name of the QtHelp file |
108 @type str |
108 @type str |
109 @return name of the namespace |
109 @return name of the namespace |
110 @rtype str |
110 @rtype str |
111 """ |
111 """ |
112 return self._filenameToNamespace(filename) |
112 return self._filenameToNamespace[filename] |
113 |
113 |
114 def components(self): |
114 def components(self): |
115 """ |
115 """ |
116 Public method to get the list of components. |
116 Public method to get the list of components. |
117 |
117 |