aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gnumakeparser.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-03-31 11:55:48 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-04-03 10:57:06 +0000
commitcddaecfe216bccc970c225cc83b532c2c420cae8 (patch)
treeec060f804f78f63acc5c4c341713c97acbc993cf /src/plugins/projectexplorer/gnumakeparser.h
parentcced9c95eaac742c76e6aff3d9f7acb453baf3b1 (diff)
ProjectExplorer: Clean up IOutputParser interface
- Remove unneeded/unused functions. - De-virtualize where possible. In particular, after untangling a number of self-referential redirections, it became apparent that the outputAdded() infrastructure was entirely unused. Change-Id: I51e1beed008df2727b42494b087efa476342397e Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/gnumakeparser.h')
-rw-r--r--src/plugins/projectexplorer/gnumakeparser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/gnumakeparser.h b/src/plugins/projectexplorer/gnumakeparser.h
index e509a7881a..c2d126f30b 100644
--- a/src/plugins/projectexplorer/gnumakeparser.h
+++ b/src/plugins/projectexplorer/gnumakeparser.h
@@ -42,8 +42,6 @@ public:
void stdOutput(const QString &line) override;
void stdError(const QString &line) override;
- void setWorkingDirectory(const QString &workingDirectory) override;
-
QStringList searchDirectories() const;
bool hasFatalErrors() const override;