----------------------------------------------------------------------------
| 69 | |
| 70 | //---------------------------------------------------------------------------- |
| 71 | QHash<QString,QString> ctkPluginArchiveSQL::getUnlocalizedAttributes() const |
| 72 | { |
| 73 | return manifest.getMainAttributes(); |
| 74 | } |
| 75 | |
| 76 | int ctkPluginArchiveSQL::getPluginGeneration() const |
| 77 | { |
no test coverage detected