summaryrefslogtreecommitdiff
path: root/src/assignmentList.cpp
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-03-10 15:10:53 -0400
committerLouie S <louie@example.com>2024-03-10 15:10:53 -0400
commit7aadb8987a6e044c7922817ce797332c4f037476 (patch)
tree45bff872537b3b165e0643dda98ced774106ab0b /src/assignmentList.cpp
parent930dc4d918fef8c6325d5f69ac7c5f9aeada9f74 (diff)
Implement cleanHidden
Diffstat (limited to 'src/assignmentList.cpp')
-rw-r--r--src/assignmentList.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assignmentList.cpp b/src/assignmentList.cpp
index 5168914..09ef6e3 100644
--- a/src/assignmentList.cpp
+++ b/src/assignmentList.cpp
@@ -128,7 +128,8 @@ void AssignmentList::reload() {
}
void AssignmentList::cleanHidden() {
- qDebug() << "WIP";
+ BackendDB database;
+ database.cleanHidden();
}
void AssignmentList::aboutDialog() {