forked from qt-creator/qt-creator
		
	Debugger: Add tooltip to tooltip copy button
Hard to guess otherwise what it is meant for. Change-Id: I92221da8d0dbe92b579d0cf97a76224a57447ec0 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
		@@ -563,6 +563,7 @@ DebuggerToolTipWidget::DebuggerToolTipWidget()
 | 
			
		||||
    pinButton->setIcon(pinIcon);
 | 
			
		||||
 | 
			
		||||
    auto copyButton = new QToolButton;
 | 
			
		||||
    copyButton->setToolTip(DebuggerToolTipManager::tr("Copy Contents to Clipboard"));
 | 
			
		||||
    copyButton->setIcon(QIcon(QLatin1String(Core::Constants::ICON_COPY)));
 | 
			
		||||
 | 
			
		||||
    titleLabel = new DraggableLabel(this);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user