Skip to content

Commit 2da6f72

Browse files
author
Gianni
committed
renamed delay env variable to CALCQT_STEP_DELAY
1 parent 4ccf0c2 commit 2da6f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CalcQt/CalcQtFeatures/BoostCalculatorQtSteps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static int milliseconds = -1;
1616
int millisecondsToWait() {
1717
if (milliseconds < 0)
1818
{
19-
char* envVariable = getenv("CUKE_CALCQT_WAIT");
19+
char* envVariable = getenv("CALCQT_STEP_DELAY");
2020
milliseconds = (0 != envVariable) ? atoi(envVariable) : 0;
2121
}
2222
return milliseconds;

0 commit comments

Comments
 (0)