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:
hjk
2015-02-10 17:38:14 +01:00
parent 6102b2d697
commit 85a502ab38

View File

@@ -563,6 +563,7 @@ DebuggerToolTipWidget::DebuggerToolTipWidget()
pinButton->setIcon(pinIcon); pinButton->setIcon(pinIcon);
auto copyButton = new QToolButton; auto copyButton = new QToolButton;
copyButton->setToolTip(DebuggerToolTipManager::tr("Copy Contents to Clipboard"));
copyButton->setIcon(QIcon(QLatin1String(Core::Constants::ICON_COPY))); copyButton->setIcon(QIcon(QLatin1String(Core::Constants::ICON_COPY)));
titleLabel = new DraggableLabel(this); titleLabel = new DraggableLabel(this);