mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Started work on the new RSS feed downloader (WIP)
This commit is contained in:
@@ -53,6 +53,9 @@ using namespace libtorrent;
|
||||
class misc : public QObject{
|
||||
Q_OBJECT
|
||||
|
||||
private:
|
||||
misc(); // Forbidden
|
||||
|
||||
public:
|
||||
static inline QString toQString(std::string str) {
|
||||
return QString::fromLocal8Bit(str.c_str());
|
||||
|
||||
Reference in New Issue
Block a user