[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-06-12 11:01:20 +00:00
committed by Kacper Donat
parent 39dc1e6210
commit bc5cf27109
3 changed files with 5 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ TaskMeasure::TaskMeasure()
showDelta = new QCheckBox();
showDelta->setChecked(delta);
showDeltaLabel = new QLabel(tr("Show Delta:"));
#if QT_VERSION >= QT_VERSION_CHECK(6,7,0)
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
connect(showDelta, &QCheckBox::checkStateChanged, this, &TaskMeasure::showDeltaChanged);
#else
connect(showDelta, &QCheckBox::stateChanged, this, &TaskMeasure::showDeltaChanged);