Skip to content
Snippets Groups Projects
Commit 53c65d36 authored by Benedikt Conze's avatar Benedikt Conze
Browse files

Fix pipeline warning, remove irrelevant code

parent 19aa9cf9
Branches
Tags
1 merge request!42Version 1.1.0
......@@ -71,4 +71,3 @@ void RoundedPoints<GradingType::Combined>::recalculate() {
template struct RoundedPoints<GradingType::Closed>;
template struct RoundedPoints<GradingType::Open>;
template struct RoundedPoints<GradingType::Combined>;
......@@ -109,14 +109,10 @@ GradeHistogram::GradeHistogram(const QList<GradingType> &gradingTypes,
setInteractive(false);
chart()->setMinimumSize(400, 200);
// todo: move to global config variable
#if 0
chart()->setAnimationOptions(QChart::NoAnimation);
#else
// Animation settings
chart()->setAnimationOptions(QChart::SeriesAnimations);
chart()->setAnimationEasingCurve(QEasingCurve::Linear);
chart()->setAnimationDuration(50);
#endif
// receive update when grades change
connect(&DataManager::getInstance(), &DataManager::gradesChanged, this,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment