Skip to content

Commit a23e43e

Browse files
committed
Merge pull request #436 from fran6co:patch-1
2 parents 139cf65 + 8bbf16d commit a23e43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cvv/src/stfl/stfl_engine.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ template <typename Element> class STFLEngine
10531053
{
10541054
return QStringList();
10551055
}
1056-
return settings.value(key).value<QStringList>();
1056+
return settings.value(key).template value<QStringList>();
10571057
}
10581058

10591059
QStringList getStoredCmdsForInput(QString input)

0 commit comments

Comments
 (0)