forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -41,12 +41,15 @@ class QPrinter;
|
||||
class QToolButton;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils {
|
||||
class InfoBar;
|
||||
}
|
||||
|
||||
namespace Core {
|
||||
|
||||
class EditorManager;
|
||||
class ExternalToolManager;
|
||||
class IDocument;
|
||||
class InfoBar;
|
||||
class JsExpander;
|
||||
class MessageManager;
|
||||
class ModeManager;
|
||||
@@ -94,7 +97,7 @@ public:
|
||||
virtual QPrinter *printer() const;
|
||||
IContext * currentContextObject() const;
|
||||
QStatusBar *statusBar() const;
|
||||
InfoBar *infoBar() const;
|
||||
Utils::InfoBar *infoBar() const;
|
||||
|
||||
void updateAdditionalContexts(const Context &remove, const Context &add,
|
||||
ICore::ContextPriority priority);
|
||||
|
||||
Reference in New Issue
Block a user