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());
|
||||
|
||||
if (load_from_db) {
|
||||
|
||||
loadFromDatabase();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ class StandardServiceRoot : public ServiceRoot {
|
|||
virtual ~StandardServiceRoot();
|
||||
|
||||
// Start/stop root.
|
||||
void aaaaaaaastart();
|
||||
void start();
|
||||
void stop();
|
||||
|
||||
bool canBeEdited();
|
||||
|
|
Loading…
Add table
Reference in a new issue