\r
double evaluateExpression(const QString& expression) throw(Exception);\r
QList<char>* expandPattern(const QString& patternIn) throw(Exception);\r
- void expandPatternRecur(const QString& patternIn, int* offset, QList<char> *patternOut) throw(Exception);\r
+ QList<char> expandPatternRecur(const QString& patternIn, int* offset) throw(Exception);\r
/*!\r
* \brief samePatterns\r
* \param patternSrc the pattern that must be tested with patternDest (is patternDest == patternDest) \r