mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2026-01-31 05:19:47 +00:00
refactor: review delete and new operators
This commit is contained in:
@@ -26,7 +26,7 @@ WeatherSource::WeatherSource(QObject *_parent)
|
||||
{
|
||||
qCDebug(LOG_ESS) << __PRETTY_FUNCTION__;
|
||||
|
||||
m_extWeather = new ExtItemAggregator<ExtWeather>(nullptr, "weather");
|
||||
m_extWeather = new ExtItemAggregator<ExtWeather>(this, "weather");
|
||||
m_extWeather->initSockets();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user