summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <laurent.montel@kdab.com>2017-09-27 10:02:06 +0200
committerLaurent Montel <laurent.montel@kdab.com>2017-09-28 07:53:06 +0000
commit67646cb02639f42fcb850c672c35dd2e39e218c4 (patch)
tree54cac2ba4298a8d5fd4c328d25a6596b86f8ffa3
parent0c8283234aceefb721613a4b0353f680b2e4be79 (diff)
downloadqt-creator-67646cb02639f42fcb850c672c35dd2e39e218c4.tar.gz
autotoolsprojectmanager: fix forward declaration
Change-Id: If710c026bb40735a4437cce8ca3e7c32c619d202 Reviewed-by: hjk <hjk@qt.io>
-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 2183ee92b7..b9016bdcc0 100644
--- a/src/plugins/autotoolsprojectmanager/autotoolsproject.h
+++ b/src/plugins/autotoolsprojectmanager/autotoolsproject.h
@@ -39,7 +39,6 @@ namespace AutotoolsProjectManager {
namespace Internal {
class MakefileParserThread;
-class AutotoolsTarget;
/**
* @brief Implementation of the ProjectExplorer::Project interface.