forked from qt-creator/qt-creator
MessageManager: Allow more control when showing Pane
Change-Id: I7169473818cf726545a85cdc686655b0d4dbf3e7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -42,8 +42,6 @@ class CORE_EXPORT MessageManager : public QObject
|
||||
public:
|
||||
static MessageManager *instance();
|
||||
|
||||
static void showOutputPane();
|
||||
|
||||
enum PrintToOutputPaneFlag {
|
||||
NoModeSwitch = IOutputPane::NoModeSwitch,
|
||||
ModeSwitch = IOutputPane::ModeSwitch,
|
||||
@@ -55,6 +53,8 @@ public:
|
||||
|
||||
Q_DECLARE_FLAGS(PrintToOutputPaneFlags, PrintToOutputPaneFlag)
|
||||
|
||||
static void showOutputPane(Core::MessageManager::PrintToOutputPaneFlags flags = NoModeSwitch);
|
||||
|
||||
public slots:
|
||||
static void write(const QString &text,
|
||||
Core::MessageManager::PrintToOutputPaneFlags flags = NoModeSwitch);
|
||||
|
||||
Reference in New Issue
Block a user