Commit a23e43ec authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #436 from fran6co:patch-1

parents 139cf65e 8bbf16dd
......@@ -1053,7 +1053,7 @@ private:
{
return QStringList();
}
return settings.value(key).value<QStringList>();
return settings.value(key).template value<QStringList>();
}
QStringList getStoredCmdsForInput(QString input)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment