mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-27 12:39:56 +00:00
refactor: review delete and new operators
This commit is contained in:
@ -33,7 +33,7 @@ AWKeysAggregator::AWKeysAggregator(QObject *_parent)
|
||||
{
|
||||
qCDebug(LOG_AW) << __PRETTY_FUNCTION__;
|
||||
|
||||
m_customFormatters = new AWFormatterHelper(nullptr);
|
||||
m_customFormatters = new AWFormatterHelper(this);
|
||||
m_mapper = new AWDataEngineMapper(this, m_customFormatters);
|
||||
|
||||
// sort time keys
|
||||
|
Reference in New Issue
Block a user