mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-13 22:12:15 -07:00
[Fix-Warnings] Replace types with auto for filters/ files
This commit is contained in:
parent
b67a262cfd
commit
17cc4ea532
4 changed files with 5 additions and 5 deletions
|
|
@ -86,7 +86,7 @@ FilterTreeNode *FilterItemList::termNode(const QString &term)
|
|||
{
|
||||
int i = termIndex(term);
|
||||
if (i < 0) {
|
||||
FilterItem *fi = new FilterItem(term, this);
|
||||
auto *fi = new FilterItem(term, this);
|
||||
int count = childNodes.count();
|
||||
|
||||
preInsertChild(this, count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue