forked from qt-creator/qt-creator
MessageManager: Remove no longer used printToOutputPane functions
Change-Id: Ifd8f251a556e8102ed15a503ee5b67b36f894273 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Eike Ziller
parent
fb488b0f14
commit
a5942cf1d1
@@ -66,9 +66,6 @@ public:
|
||||
Q_DECLARE_FLAGS(PrintToOutputPaneFlags, PrintToOutputPaneFlag)
|
||||
|
||||
public slots:
|
||||
void printToOutputPane(const QString &text, bool bringToForeground);
|
||||
void printToOutputPanePopup(const QString &text); // pops up
|
||||
void printToOutputPane(const QString &text);
|
||||
void printToOutputPane(const QString &text, Core::MessageManager::PrintToOutputPaneFlags flags);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user