Update RSS Classes

This commit is contained in:
Nick Tiskov 2013-11-10 23:24:44 +04:00
parent a8e57d3a7e
commit ae8356aae5
4 changed files with 5 additions and 4 deletions

View file

@ -147,6 +147,7 @@ void RssManager::saveStreamList() const
QStringList aliases;
RssFeedList streams = getAllFeeds();
foreach (const RssFeedPtr& stream, streams) {
// This backslash has nothing to do with path handling
QString stream_path = stream->pathHierarchy().join("\\");
if (stream_path.isNull())
stream_path = "";