mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
RSS: Use SharedPtr everywhere
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "rssfile.h"
|
||||
#include "rssfolder.h"
|
||||
|
||||
QStringList IRssFile::pathHierarchy() const {
|
||||
QStringList RssFile::pathHierarchy() const {
|
||||
QStringList path;
|
||||
if(parent())
|
||||
path << parent()->pathHierarchy();
|
||||
|
||||
Reference in New Issue
Block a user