Fix.
This commit is contained in:
parent
faa0be2074
commit
0dfaef3a12
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ TtRssServiceRoot::~TtRssServiceRoot() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void TtRssServiceRoot::start() {
|
void TtRssServiceRoot::start() {
|
||||||
if (m_childItems.isEmpty()) {
|
if (childItems().isEmpty()) {
|
||||||
syncIn();
|
syncIn();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue