QmlProfiler: Remove some dead code

Change-Id: I5f13797044e2c80d4a651bb91bf6e722552566f6
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
hjk
2019-08-30 16:23:50 +02:00
parent 27d82a1758
commit edcd955aad

View File

@@ -126,10 +126,6 @@ QmlProfilerModelManager::QmlProfilerModelManager(QObject *parent) :
this, &QmlProfilerModelManager::setTypeDetails); this, &QmlProfilerModelManager::setTypeDetails);
connect(d->detailsRewriter, &Internal::QmlProfilerDetailsRewriter::eventDetailsChanged, connect(d->detailsRewriter, &Internal::QmlProfilerDetailsRewriter::eventDetailsChanged,
this, &QmlProfilerModelManager::typeDetailsFinished); this, &QmlProfilerModelManager::typeDetailsFinished);
quint64 allFeatures = 0;
for (quint8 i = 0; i <= MaximumProfileFeature; ++i)
allFeatures |= (1ull << i);
} }
QmlProfilerModelManager::~QmlProfilerModelManager() QmlProfilerModelManager::~QmlProfilerModelManager()