summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager/autotoolsproject.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-04-30 14:08:00 +0200
committerhjk <hjk@qt.io>2019-05-03 14:13:04 +0000
commitd803a9846974e31db1325b4bbd6862bfffa988fa (patch)
tree9769edd8c964d87794ce53bb8bd32efe6585f69d /src/plugins/autotoolsprojectmanager/autotoolsproject.h
parent6eedff273bed331898962b887f68aef49319e420 (diff)
downloadqt-creator-d803a9846974e31db1325b4bbd6862bfffa988fa.tar.gz
AutoTools: Inline AutoTools::defaultBuildDirectory()
Only one caller. Change-Id: I9cf92417deaf48a513bdfefd0c65419726e5959a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/autotoolsproject.h')
-rw-r--r--src/plugins/autotoolsprojectmanager/autotoolsproject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/autotoolsprojectmanager/autotoolsproject.h b/src/plugins/autotoolsprojectmanager/autotoolsproject.h
index 36bf187a07..66c3dc45af 100644
--- a/src/plugins/autotoolsprojectmanager/autotoolsproject.h
+++ b/src/plugins/autotoolsprojectmanager/autotoolsproject.h
@@ -56,7 +56,6 @@ public:
explicit AutotoolsProject(const Utils::FileName &fileName);
~AutotoolsProject() override;
- static QString defaultBuildDirectory(const QString &projectPath);
QStringList buildTargets() const;
protected: