mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 15:38:52 -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()
|
||||
{
|
||||
// default constructor
|
||||
// Do not show component selection page
|
||||
installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
|
||||
}
|
||||
|
||||
Component.prototype.createOperations = function()
|
||||
|
||||
Reference in New Issue
Block a user