MessageManager: Remove no longer used printToOutputPane functions

Change-Id: Ifd8f251a556e8102ed15a503ee5b67b36f894273
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Daniel Teske
2013-03-12 18:12:54 +01:00
committed by Eike Ziller
parent fb488b0f14
commit a5942cf1d1
2 changed files with 0 additions and 19 deletions

View File

@@ -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: