mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Avoid repeating the return type
This commit is contained in:
@@ -71,7 +71,7 @@ QString AutoExpandableDialog::getText(QWidget *parent, const QString &title, con
|
||||
if (ok)
|
||||
*ok = res;
|
||||
|
||||
if (!res) return QString();
|
||||
if (!res) return {};
|
||||
|
||||
return d.m_ui->textEdit->text();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user