Update JSBaker.h

This commit is contained in:
utkarshgautamnyu 2017-09-26 11:01:26 -07:00 committed by GitHub
parent 1ba7aefd03
commit a9aab67a06

View file

@ -45,7 +45,7 @@ private :
bool isSpecialCharacter(QChar c);
bool isSpecialCharacterPrevious(QChar c);
bool isSpecialCharacterNext(QChar c);
bool isControlCharacter(QChar);
bool isSpaceOrTab(QChar);
bool isQuote(QChar);
};