From 85a502ab38bcc3599cae4f66e63b395b7ee63fa3 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 10 Feb 2015 17:38:14 +0100 Subject: [PATCH] Debugger: Add tooltip to tooltip copy button Hard to guess otherwise what it is meant for. Change-Id: I92221da8d0dbe92b579d0cf97a76224a57447ec0 Reviewed-by: Christian Stenger Reviewed-by: Leena Miettinen --- src/plugins/debugger/debuggertooltipmanager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/debugger/debuggertooltipmanager.cpp b/src/plugins/debugger/debuggertooltipmanager.cpp index 5c84e545688..2fb92dfd2ff 100644 --- a/src/plugins/debugger/debuggertooltipmanager.cpp +++ b/src/plugins/debugger/debuggertooltipmanager.cpp @@ -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);