mirror of https://github.com/KDE/kasts.git
Some unrelated small changes
This commit is contained in:
parent
61d443f0e3
commit
8419fe76ec
|
@ -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(?)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,6 @@ Kirigami.ApplicationWindow {
|
|||
|
||||
title: "Alligator"
|
||||
|
||||
property bool playerOpen: false
|
||||
|
||||
pageStack.initialPage: feedList
|
||||
|
||||
globalDrawer: Kirigami.GlobalDrawer {
|
||||
|
|
Loading…
Reference in New Issue