From 74c9ba962ffe142b04f77fd831438a75eec7b46b Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 1 Mar 2024 18:22:59 -0500 Subject: Add right-click skeletons to groups --- src/assignmentList.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/assignmentList.cpp') 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"; } -- cgit