Some unrelated small changes

This commit is contained in:
Bart De Vries 2021-03-26 11:55:21 +01:00
parent 61d443f0e3
commit 8419fe76ec
2 changed files with 1 additions and 2 deletions

View File

@ -115,6 +115,7 @@ void Database::cleanup()
query.prepare(QStringLiteral("DELETE FROM Entries WHERE updated < :sinceEpoch;"));
query.bindValue(QStringLiteral(":sinceEpoch"), sinceEpoch);
execute(query);
// TODO: also delete enclosures and authors(?)
}
}

View File

@ -19,8 +19,6 @@ Kirigami.ApplicationWindow {
title: "Alligator"
property bool playerOpen: false
pageStack.initialPage: feedList
globalDrawer: Kirigami.GlobalDrawer {