CppProjectUpdater: Remove unread attribute

Change-Id: I51123e5b5609de431cfa6d1558aed0b9739ff9c8
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Bernhard Beschow
2018-12-11 15:37:59 +01:00
parent 552e730426
commit 3bdb7d1de5
8 changed files with 8 additions and 12 deletions

View File

@@ -35,8 +35,7 @@
namespace CppTools {
CppProjectUpdater::CppProjectUpdater(ProjectExplorer::Project *project)
: m_project(project)
CppProjectUpdater::CppProjectUpdater()
{
connect(&m_generateFutureWatcher, &QFutureWatcher<void>::finished,
this, &CppProjectUpdater::onProjectInfoGenerated);