mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2576 Command File : Add support for comments
This commit is contained in:
@@ -37,6 +37,8 @@ public:
|
||||
void addError(const QString& message);
|
||||
|
||||
void skipWhiteSpaceWithLineNumberCount(QTextStream& inputStream);
|
||||
void skipLineWithLineNumberCount(QTextStream& inputStream);
|
||||
|
||||
QChar readCharWithLineNumberCount(QTextStream& inputStream);
|
||||
QChar peekNextChar(QTextStream& inputStream);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user