* drop workspace.xml from source tree (it is changed too offen)

* fix export and import configurations for json files
This commit is contained in:
arcan1s
2015-10-19 00:57:27 +03:00
parent 17a8a1734b
commit c1a8c17ecb
4 changed files with 15 additions and 1046 deletions

View File

@ -69,8 +69,7 @@ void AWDataEngineAggregator::dropSource(const QString source)
qCDebug(LOG_AW) << "Source" << source;
// FIXME there is no possibility to check to which dataengine source
// connected
// we will try to disconnect it from systemmonitor and extsysmon
// connected we will try to disconnect it from systemmonitor and extsysmon
m_dataEngines[QString("systemmonitor")]->disconnectSource(source, parent());
m_dataEngines[QString("extsysmon")]->disconnectSource(source, parent());
}