mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Use QString literals
This patch covers src/app and src/base folders.
Follow up of ab64ee872b.
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <QList>
|
||||
|
||||
#include "base/global.h"
|
||||
#include "rss_item.h"
|
||||
|
||||
namespace RSS
|
||||
@@ -44,7 +46,7 @@ namespace RSS
|
||||
|
||||
friend class Session;
|
||||
|
||||
explicit Folder(const QString &path = "");
|
||||
explicit Folder(const QString &path = u""_qs);
|
||||
~Folder() override;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user