summaryrefslogtreecommitdiff
path: root/src/assignmentList.h
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-02-29 16:59:11 -0500
committerLouie S <louie@example.com>2024-02-29 16:59:11 -0500
commit9852a0ec1b73e1bce0c3f77743b426b29550e01c (patch)
tree5c5d1ddf6c71674f36bfe8859eba30b692bed4c6 /src/assignmentList.h
parent9c05cd5b5e9250f3cfd04a98370595db8ef8f697 (diff)
Add refresh after adding group
Diffstat (limited to 'src/assignmentList.h')
-rw-r--r--src/assignmentList.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/assignmentList.h b/src/assignmentList.h
index 6544dd0..c21ca15 100644
--- a/src/assignmentList.h
+++ b/src/assignmentList.h
@@ -33,6 +33,10 @@ class AssignmentList : public QMainWindow {
void drawGroups();
void drawEntries();
+ // helpers
+ // used to clear out the grid layout when a refresh occurs
+ void recursiveClear(QLayout *layout);
+
private slots:
void preferences();
void reload();