mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-03 10:47:47 +01:00
Fix.
This commit is contained in:
parent
8a6075610f
commit
85a7f104cf
@ -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…
x
Reference in New Issue
Block a user