fix build
This commit is contained in:
parent
6c0a25b3e0
commit
d2d5e8c850
1 changed files with 3 additions and 3 deletions
|
@ -40,11 +40,11 @@
|
|||
StandardFeed::StandardFeed(RootItem* parent_item) : Feed(parent_item) {
|
||||
m_type = Type::Rss0X;
|
||||
m_sourceType = SourceType::Url;
|
||||
m_encoding = m_postProcessScript = {};
|
||||
m_encoding = m_postProcessScript = QString();
|
||||
|
||||
m_protection = NetworkFactory::NetworkAuthentication::NoAuthentication;
|
||||
m_username = {};
|
||||
m_password = {};
|
||||
m_username = QString();
|
||||
m_password = QString();
|
||||
}
|
||||
|
||||
StandardFeed::StandardFeed(const StandardFeed& other) : Feed(other) {
|
||||
|
|
Loading…
Add table
Reference in a new issue