2019-05-15 14:56:38 +03:00

18 lines
372 B
JavaScript

function Component()
{
generateTr();
}
function generateTr() {
component.setValue("DisplayName", qsTr("CQtDeployer"));
component.setValue("Description", qsTr("This package contains CQtDeployer"));
}
Component.prototype.createOperations = function()
{
// // call default implementation to actually install README.txt!
component.createOperations();
}