aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pythonextensions/bindingheaders/pythonextensions_extension.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid scanning extension directory over and over againEike Ziller2018-09-211-0/+0
And get rid of separate management of a list of loaded extensions. Instead save the name and state of an extension in a separate class. It will probably get more information about the extension, like its location. The extension manager UI now can also iterate over that list once. Change-Id: I4872e55d621837a7d476e69b919f06aeb491ff03 Reviewed-by: Eike Ziller <eike.ziller@qt.io>