mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
* add CONTRIBUTING.md
* add drop source ability for extsysmon
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user