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:
@@ -59,7 +59,7 @@ DialogBasicSettings::DialogBasicSettings(QWidget *parent)
|
||||
|
||||
// Common
|
||||
|
||||
ui->log_level->addItems(QString("trace debug info warn error fatal panic").split(" "));
|
||||
ui->log_level->addItems(QStringLiteral("trace debug info warn error fatal panic").split(" "));
|
||||
ui->mux_protocol->addItems({"h2mux", "smux", "yamux"});
|
||||
|
||||
refresh_auth();
|
||||
|
||||
Reference in New Issue
Block a user