aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadovan Zivkovic <pivonroll@gmail.com>2013-07-26 00:49:47 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-03-11 19:54:55 +0100
commit1f82a46214af58a137bc4bb40b5f2e719f09d949 (patch)
tree33babd1049f42860e5f5e741571e6f2126b3fc0f
parente3c5d9335fcc4704b4b220ccd798e30b376698f1 (diff)
Removed unused member m_futureInterface.
Change-Id: Iff766e2a6bcdb4ba5855ece6c298bca5798f6955 Reviewed-by: Bojan Petrovic <bojan85@gmail.com>
-rw-r--r--src/plugins/vcprojectmanager/vcmakestep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/vcprojectmanager/vcmakestep.h b/src/plugins/vcprojectmanager/vcmakestep.h
index 0b775827a3..b5becaad39 100644
--- a/src/plugins/vcprojectmanager/vcmakestep.h
+++ b/src/plugins/vcprojectmanager/vcmakestep.h
@@ -70,7 +70,6 @@ private:
explicit VcMakeStep(ProjectExplorer::BuildStepList *parent, VcMakeStep *vcMakeStep);
QList<ProjectExplorer::Task> m_tasks;
- QFutureInterface<bool> *m_futureInterface;
ProjectExplorer::ProcessParameters *m_processParams;
QStringList m_buildArguments;
};