mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 03:50:20 -07:00
Make use of QStringLiteral
Only changed instances that are initialized at program start.
This commit is contained in:
parent
fcbcf4039b
commit
ceaf755ac6
9 changed files with 20 additions and 20 deletions
|
@ -36,7 +36,7 @@
|
|||
#include "base/logger.h"
|
||||
#include "base/settingsstorage.h"
|
||||
|
||||
static const QString KEY_ENABLED = QLatin1String("Network/PortForwardingEnabled");
|
||||
static const QString KEY_ENABLED = QStringLiteral("Network/PortForwardingEnabled");
|
||||
|
||||
namespace libt = libtorrent;
|
||||
using namespace Net;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue