Fix.
This commit is contained in:
parent
8a6075610f
commit
85a7f104cf
2 changed files with 2 additions and 1 deletions
|
@ -54,6 +54,7 @@ StandardServiceRoot::StandardServiceRoot(bool load_from_db, FeedsModel *feeds_mo
|
||||||
setCreationDate(QDateTime::currentDateTime());
|
setCreationDate(QDateTime::currentDateTime());
|
||||||
|
|
||||||
if (load_from_db) {
|
if (load_from_db) {
|
||||||
|
|
||||||
loadFromDatabase();
|
loadFromDatabase();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,7 +44,7 @@ class StandardServiceRoot : public ServiceRoot {
|
||||||
virtual ~StandardServiceRoot();
|
virtual ~StandardServiceRoot();
|
||||||
|
|
||||||
// Start/stop root.
|
// Start/stop root.
|
||||||
void aaaaaaaastart();
|
void start();
|
||||||
void stop();
|
void stop();
|
||||||
|
|
||||||
bool canBeEdited();
|
bool canBeEdited();
|
||||||
|
|
Loading…
Add table
Reference in a new issue