summaryrefslogtreecommitdiff
path: root/noncore/unsupported
Side-by-side diff
Diffstat (limited to 'noncore/unsupported') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mailit/textparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/mailit/textparser.h b/noncore/unsupported/mailit/textparser.h
index 016effb..c5e88a0 100644
--- a/noncore/unsupported/mailit/textparser.h
+++ b/noncore/unsupported/mailit/textparser.h
@@ -50,25 +50,25 @@ class TextParser: public QObject
public:
TextParser(QString in, QString lineBreak);
TextParser(QString in, QString lineBreak, QString sep);
int find(QString target, QChar sep, int pos, bool upperCase);
int elmCount();
QChar separatorAt(int pos);
QChar nextSeparator();
bool hasNextSeparator();
QString wordAt(int pos);
QString nextWord();
bool hasNextWord();
- QString getString(int *pos, QChar stop, bool lineEnd = false);
+ QString getString(int *pos, QChar stop, bool lineEnd);
QString getNextLine();
bool hasNextLine();
int endLinePos(int pos);
private:
void init();
void createSeparators();
t_splitLine nextLine();
void split();
t_splitLine splitLine(t_splitLine line);
bool isSeparator(QChar chr);
t_splitLine splitDone[MAX_LINES];