mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Make use of QStringLiteral
Only changed instances that are initialized at program start.
This commit is contained in:
committed by
sledgehammer999
parent
ec37732e99
commit
9ff17c8d9d
@@ -65,7 +65,7 @@
|
||||
#include "session.h"
|
||||
#include "trackerentry.h"
|
||||
|
||||
const QString QB_EXT {".!qB"};
|
||||
const QString QB_EXT {QStringLiteral(".!qB")};
|
||||
|
||||
namespace libt = libtorrent;
|
||||
using namespace BitTorrent;
|
||||
|
||||
Reference in New Issue
Block a user