mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Use QString literals
This patch covers src/gui and some leftovers from previous commit.
This commit is contained in:
@@ -74,7 +74,7 @@ namespace
|
||||
QIcon icon(const QFileInfo &info) const override
|
||||
{
|
||||
Q_UNUSED(info);
|
||||
static QIcon cached = UIThemeManager::instance()->getIcon("text-plain");
|
||||
static QIcon cached = UIThemeManager::instance()->getIcon(u"text-plain"_qs);
|
||||
return cached;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user