forked from qt-creator/qt-creator
Axivion: Fix tooltip text
Change-Id: I3f4950b3bcb4bab3e006111b35b713ee9cc3a30b Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -263,7 +263,7 @@ public:
|
|||||||
setActionsProvider([id] {
|
setActionsProvider([id] {
|
||||||
auto action = new QAction;
|
auto action = new QAction;
|
||||||
action->setIcon(Icons::INFO.icon());
|
action->setIcon(Icons::INFO.icon());
|
||||||
action->setToolTip(Tr::tr("Show rule details"));
|
action->setToolTip(Tr::tr("Show issue properties"));
|
||||||
QObject::connect(action, &QAction::triggered, dd, [id] { dd->fetchIssueInfo(id); });
|
QObject::connect(action, &QAction::triggered, dd, [id] { dd->fetchIssueInfo(id); });
|
||||||
return QList{action};
|
return QList{action};
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user