Fixing error: undefined reference to FindFirstNotOf
.
(grafted from 9da0b82a1e0e8f794868fa31b4a1b492f1b64c4a) --HG-- branch : develop
This commit is contained in:
parent
1a44f7968a
commit
1cc5fac34a
|
@ -133,6 +133,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