aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/icore.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-06-17 12:23:44 +0200
committerEike Ziller <eike.ziller@qt.io>2020-06-18 06:39:54 +0000
commit7c5ed6f7d99362af743f30916d031d441abc1984 (patch)
tree7b8ef47da6e256e79f2e0034c0334350907c3057 /src/plugins/coreplugin/icore.cpp
parentc70c6ded30610afff34447a65da905e993e0e9b6 (diff)
Move InfoBar to Utils
The only reason it was required to be in Core plugin, was its use of Id, which now is available in Utils. Change-Id: I66ce863c24924e6448d339b3422538a7fe167336 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/coreplugin/icore.cpp')
-rw-r--r--src/plugins/coreplugin/icore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/icore.cpp b/src/plugins/coreplugin/icore.cpp
index abd0658049..7311e7b174 100644
--- a/src/plugins/coreplugin/icore.cpp
+++ b/src/plugins/coreplugin/icore.cpp
@@ -654,7 +654,7 @@ QStatusBar *ICore::statusBar()
Use for notifying the user of something without interrupting with
dialog. Use sparingly.
*/
-InfoBar *ICore::infoBar()
+Utils::InfoBar *ICore::infoBar()
{
return m_mainwindow->infoBar();
}