Continue cleaning.
This commit is contained in:
parent
cd688f608f
commit
cb4212d972
67 changed files with 367 additions and 282 deletions
|
@ -27,9 +27,9 @@ public:
|
|||
void loadContent();
|
||||
|
||||
private:
|
||||
unsigned checkForStatement(const std::string& lineSection);
|
||||
std::size_t checkForStatement(const std::string& lineSection);
|
||||
|
||||
unsigned checkForExpression(const std::string& lineSection);
|
||||
std::size_t checkForExpression(const std::string& lineSection);
|
||||
|
||||
void onTextSpanFinished();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue