diff options
author | Louie S <louie@example.com> | 2024-03-10 15:02:06 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-03-10 15:02:06 -0400 |
commit | 930dc4d918fef8c6325d5f69ac7c5f9aeada9f74 (patch) | |
tree | c6605a3b046fddfdfb4289a04267aaf45e79bbd9 | |
parent | 7a4c88bfc137f57293919473c9230d9a9eeebb45 (diff) |
Implement reload
-rw-r--r-- | src/assignmentList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assignmentList.cpp b/src/assignmentList.cpp index 75f524e..5168914 100644 --- a/src/assignmentList.cpp +++ b/src/assignmentList.cpp @@ -124,7 +124,7 @@ void AssignmentList::preferences() { } void AssignmentList::reload() { - qDebug() << "WIP"; + this->displayWidgets(); } void AssignmentList::cleanHidden() { |