mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 08:38:39 -06:00
QtIFW: Don't show component selection page if it don't need
This commit is contained in:
committed by
Brad King
parent
5399280873
commit
2aadb02f83
@@ -1,6 +1,7 @@
|
|||||||
function Component()
|
function Component()
|
||||||
{
|
{
|
||||||
// default constructor
|
// Do not show component selection page
|
||||||
|
installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.prototype.createOperations = function()
|
Component.prototype.createOperations = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user