Fixing error: undefined reference to FindFirstNotOf
.
--HG-- branch : release
This commit is contained in:
parent
b853e7b10b
commit
5df1459c1d
|
@ -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,
|
QMUPARSERSHARED_EXPORT int ReadVal(const QString &formula, qreal &val, const QLocale &locale, const QChar &decimal,
|
||||||
const QChar &thousand);
|
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
|
#endif // QMUDEF_H
|
||||||
|
|
Loading…
Reference in New Issue
Block a user