summaryrefslogtreecommitdiff
path: root/src/assignmentList.cpp
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-03-01 18:22:59 -0500
committerLouie S <louie@example.com>2024-03-01 18:22:59 -0500
commit74c9ba962ffe142b04f77fd831438a75eec7b46b (patch)
tree3e59b5cd84d452a6580dec125fcb441d2d251945 /src/assignmentList.cpp
parent4b99428a0e73c9e573624b2784464ce8ae632e33 (diff)
Add right-click skeletons to groups
Diffstat (limited to 'src/assignmentList.cpp')
-rw-r--r--src/assignmentList.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/assignmentList.cpp b/src/assignmentList.cpp
index 26af7ce..cf53fc3 100644
--- a/src/assignmentList.cpp
+++ b/src/assignmentList.cpp
@@ -94,11 +94,6 @@ void AssignmentList::addGroup() {
this->displayWidgets();
}
-// Open the 'editGroup; form
-void AssignmentList::editGroup(int id) {
- qDebug() << "WIP";
-}
-
void AssignmentList::preferences() {
qDebug() << "WIP";
}