Fix all Clazy issues up to level 1
This commit is contained in:
parent
8de329abeb
commit
e98d99a5e1
10 changed files with 153 additions and 146 deletions
|
@ -52,7 +52,7 @@ QStringList DanbooruSearchWidget::selectedTags() const
|
|||
void DanbooruSearchWidget::accept()
|
||||
{
|
||||
|
||||
m_tags = tagLineEdit->text().split(",");
|
||||
m_tags = tagLineEdit->text().split(QStringLiteral(","));
|
||||
Q_EMIT(accepted());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue