summaryrefslogtreecommitdiff
path: root/src/plugins/modeleditor
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-01-07 21:39:39 +0100
committerEike Ziller <eike.ziller@qt.io>2018-03-02 10:32:47 +0000
commit807c7c63803a2938864c1ae01e4403b129de3627 (patch)
treecef58080e88aef23c6385289ccd277c2071e1447 /src/plugins/modeleditor
parent0c11cee246bdc8fea400493b9b8e1a4a9eaf346f (diff)
downloadqt-creator-807c7c63803a2938864c1ae01e4403b129de3627.tar.gz
utils: Let the link icon have a LINK and a LINK_TOOLBAR version
Change-Id: I910d491f7f5ac47c55c966f687b004c0e0793c5f Change-Id: I910d491f7f5ac47c55c966f687b004c0e0793c5e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/modeleditor')
-rw-r--r--src/plugins/modeleditor/actionhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/modeleditor/actionhandler.cpp b/src/plugins/modeleditor/actionhandler.cpp
index 34417d64f2..0c60f89375 100644
--- a/src/plugins/modeleditor/actionhandler.cpp
+++ b/src/plugins/modeleditor/actionhandler.cpp
@@ -188,7 +188,7 @@ void ActionHandler::createActions()
Constants::ACTION_SYNC_BROWSER, nullptr, Core::Context(),
tr("Synchronize Browser and Diagram") + "<br><i><small>"
+ tr("Press && Hold for Options") + "</small></i>", QKeySequence(),
- Utils::Icons::LINK.icon())->action();
+ Utils::Icons::LINK_TOOLBAR.icon())->action();
d->synchronizeBrowserAction->setCheckable(true);
auto editPropertiesAction = new QAction(tr("Edit Element Properties"), Core::ICore::mainWindow());