mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 07:46:17 -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
|
@ -37,7 +37,7 @@
|
|||
#include "ui_cookiesdialog.h"
|
||||
#include "utils.h"
|
||||
|
||||
#define SETTINGS_KEY(name) "CookiesDialog/" name
|
||||
#define SETTINGS_KEY(name) QStringLiteral("CookiesDialog/" name)
|
||||
const QString KEY_SIZE = SETTINGS_KEY("Size");
|
||||
const QString KEY_COOKIESVIEWSTATE = SETTINGS_KEY("CookiesViewState");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue