From d54b1cc6ec723c01c1e3313fd41345e3833f5594 Mon Sep 17 00:00:00 2001 From: Louie S Date: Mon, 19 Feb 2024 13:45:23 -0500 Subject: Modularize CMakeLists.txt for Qt version --- src/assignmentList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/assignmentList.cpp b/src/assignmentList.cpp index 5adacc3..eab794a 100644 --- a/src/assignmentList.cpp +++ b/src/assignmentList.cpp @@ -49,7 +49,7 @@ void AssignmentList::setupDB() { void AssignmentList::displayWidgets() { QDate today = QDate::currentDate(); ui.title->setText(today.toString("dddd, MMM d yyyy")); - this->drawGroups(); + //this->drawGroups(); } // Open the 'addGroup' form -- cgit