PE: Remove unused connections

Change-Id: Ia4173ed44e4b0cc56031fc0b280103fc869609c7
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Jarek Kobus
2024-08-23 09:26:03 +02:00
parent b8a95b50d4
commit 04dc3c7178

View File

@@ -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;
};