QtIFW: Don't show component selection page if it don't need

This commit is contained in:
Konstantin Podsvirov 2016-07-13 01:20:44 +03:00 committed by Brad King
parent 5399280873
commit 2aadb02f83
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
function Component()
{
// default constructor
// Do not show component selection page
installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
}
Component.prototype.createOperations = function()