Skip to content

Commit

Permalink
Update qzsettings.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Jan 7, 2024
1 parent 0a03267 commit c6c1f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qzsettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -1954,10 +1954,10 @@ class QZSettings {
static constexpr int default_proform_8_5_treadmill = false;

static const QString treadmill_incline_min;
static constexpr float treadmill_incline_min = -100;
static constexpr float treadmill_incline_min = -100.0;

static const QString treadmill_incline_max;
static constexpr float default_treadmill_incline_max = 100;
static constexpr float default_treadmill_incline_max = 100.0;

/**
* @brief Write the QSettings values using the constants from this namespace.
Expand Down

0 comments on commit c6c1f96

Please sign in to comment.