mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-27 20:49:55 +00:00
refactor: refresh shared library
This commit is contained in:
@ -47,6 +47,7 @@ AWNoFormatter *AWNoFormatter::copy(const QString &_fileName, const int _number)
|
||||
|
||||
auto item = new AWNoFormatter(parent(), _fileName);
|
||||
AWAbstractFormatter::copyDefaults(item);
|
||||
|
||||
item->setNumber(_number);
|
||||
|
||||
return item;
|
||||
|
Reference in New Issue
Block a user