Fixing error: undefined reference to FindFirstNotOf.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2019-01-18 09:05:51 +02:00
parent b853e7b10b
commit 5df1459c1d

View file

@ -135,6 +135,6 @@ static inline bool QmuFuzzyComparePossibleNulls(double p1, double p2)
QMUPARSERSHARED_EXPORT int ReadVal(const QString &formula, qreal &val, const QLocale &locale, const QChar &decimal,
const QChar &thousand);
int FindFirstNotOf(const QString &string, const QString &chars, int pos = 0);
QMUPARSERSHARED_EXPORT int FindFirstNotOf(const QString &string, const QString &chars, int pos = 0);
#endif // QMUDEF_H