mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-05 00:39:56 +00:00
refactor: review delete and new operators
This commit is contained in:
@ -27,5 +27,5 @@ AWFormatterConfig::AWFormatterConfig(QWidget *_parent, const QStringList &_keys)
|
||||
qCDebug(LOG_AW) << __PRETTY_FUNCTION__;
|
||||
|
||||
setEditable(false, false);
|
||||
initHelper<AWFormatterHelper>();
|
||||
setHelper(std::make_unique<AWFormatterHelper>());
|
||||
}
|
||||
|
Reference in New Issue
Block a user