Clang warning.
--HG-- branch : develop
This commit is contained in:
parent
f53343b01e
commit
ef3c60b459
|
@ -53,7 +53,8 @@ QmuTokenParser::QmuTokenParser()
|
||||||
*
|
*
|
||||||
* @param formula string with formula.
|
* @param formula string with formula.
|
||||||
* @param fromUser true if we parse formula from user
|
* @param fromUser true if we parse formula from user
|
||||||
* @param translatedFunctions
|
* @param translatedFunctions relations between translated function names and original. Contains only translated unique
|
||||||
|
* names.
|
||||||
*/
|
*/
|
||||||
QmuTokenParser::QmuTokenParser(const QString &formula, bool osSeparator,
|
QmuTokenParser::QmuTokenParser(const QString &formula, bool osSeparator,
|
||||||
bool fromUser, const QMap<QString, QString> &translatedFunctions)
|
bool fromUser, const QMap<QString, QString> &translatedFunctions)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user