mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-01 13:19:55 +00:00
refactor: review delete and new operators
This commit is contained in:
@ -26,7 +26,7 @@ UpgradeSource::UpgradeSource(QObject *_parent)
|
||||
{
|
||||
qCDebug(LOG_ESS) << __PRETTY_FUNCTION__;
|
||||
|
||||
m_extUpgrade = new ExtItemAggregator<ExtUpgrade>(nullptr, "upgrade");
|
||||
m_extUpgrade = new ExtItemAggregator<ExtUpgrade>(this, "upgrade");
|
||||
m_extUpgrade->initSockets();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user