minor improvements to css

This commit is contained in:
itsmattkc
2019-07-01 11:08:14 -07:00
parent 14917ef3cc
commit 026c500802
4 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ void TaskManager::DeleteTask(Task *t)
tasks_.removeAll(t);
// Destroy Task object
delete t;
t->deleteLater();
}
void TaskManager::TaskCallback(Task::Status status)