aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/outputwindow.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-03-13 17:17:05 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2020-03-17 09:39:12 +0000
commit0ff5bf75e16f1383967405ad34628a38d6c60768 (patch)
tree913ba1f2e2105717402ece34523aeac8f976ff52 /src/plugins/coreplugin/outputwindow.h
parentf88789081d3d83031bfac3734c4e9c5e89afd188 (diff)
Move some code from OutputWindow to OutputFormatter
That's where it belongs: The logic there is applicable to all output formatters, not just those used via an output window. Change-Id: Idf4ca8d22631ca96feb97553f28724c0275e0bf8 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/coreplugin/outputwindow.h')
-rw-r--r--src/plugins/coreplugin/outputwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/outputwindow.h b/src/plugins/coreplugin/outputwindow.h
index 5172cf737a..a90e9ced66 100644
--- a/src/plugins/coreplugin/outputwindow.h
+++ b/src/plugins/coreplugin/outputwindow.h
@@ -103,7 +103,6 @@ private:
QTimer m_scrollTimer;
QElapsedTimer m_lastMessage;
void enableUndoRedo();
- QString doNewlineEnforcement(const QString &out);
void filterNewContent();
Internal::OutputWindowPrivate *d = nullptr;