mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 21:14:37 +03:00
refactor: replace non-empty QString constructors with QStringLiteral()
This commit is contained in:
@@ -38,7 +38,7 @@ namespace NekoGui_fmt {
|
||||
}
|
||||
|
||||
QString AbstractBean::DisplayTypeAndName() {
|
||||
return QString("[%1] %2").arg(DisplayType(), DisplayName());
|
||||
return QStringLiteral("[%1] %2").arg(DisplayType(), DisplayName());
|
||||
}
|
||||
|
||||
void AbstractBean::ResolveDomainToIP(const std::function<void()> &onFinished) {
|
||||
|
||||
Reference in New Issue
Block a user