diff --git a/src/plugins/projectexplorer/extracompiler.cpp b/src/plugins/projectexplorer/extracompiler.cpp index b7568d4275c..59531898a1c 100644 --- a/src/plugins/projectexplorer/extracompiler.cpp +++ b/src/plugins/projectexplorer/extracompiler.cpp @@ -41,13 +41,9 @@ public: FileNameToContentsHash contents; QDateTime compileTime; IEditor *lastEditor = nullptr; - QMetaObject::Connection activeBuildConfigConnection; - QMetaObject::Connection activeEnvironmentConnection; Guard lock; bool dirty = false; - QTimer timer; - TaskTreeRunner m_taskTreeRunner; };