* add CONTRIBUTING.md

* add drop source ability for extsysmon
This commit is contained in:
arcan1s
2015-10-08 01:08:59 +03:00
parent f7e24f680a
commit f1e6f74c7d
2 changed files with 202 additions and 1 deletions

View File

@ -93,8 +93,10 @@ void AWDataEngineAggregator::dropSource(const QString source)
qCDebug(LOG_AW);
qCDebug(LOG_AW) << "Source" << source;
// this method is only used for systemmonitor dataengine
// FIXME there is no possiblibity to check to which dataengine source connected
// we will try to disconnet it from systemmonitor and extsysmon
m_dataEngines[QString("systemmonitor")]->disconnectSource(source, this);
m_dataEngines[QString("extsysmon")]->disconnectSource(source, this);
}