forked from qt-creator/qt-creator
		
	Core::Id: Remove some explicit casts to Core::Id
Change-Id: Ibe505c8331f7d1280fdb8784a00321742f5d94cb Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
		@@ -334,7 +334,7 @@ void ProgressManagerPrivate::init()
 | 
			
		||||
    p.fill(Qt::transparent);
 | 
			
		||||
    toggleProgressView->setIcon(QIcon(p));
 | 
			
		||||
    Command *cmd = ActionManager::registerAction(toggleProgressView,
 | 
			
		||||
                                                 Id("QtCreator.ToggleProgressDetails"),
 | 
			
		||||
                                                 "QtCreator.ToggleProgressDetails",
 | 
			
		||||
                                                 Context(Constants::C_GLOBAL));
 | 
			
		||||
    cmd->setDefaultKeySequence(QKeySequence(Utils::HostOsInfo::isMacHost()
 | 
			
		||||
                                               ? tr("Ctrl+Shift+0")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user