refactor: move config reader into right class
This commit is contained in:
parent
566828b2a1
commit
48fba9a6b7
4 changed files with 43 additions and 43 deletions
|
|
@ -131,6 +131,9 @@ public:
|
|||
// display current custom values
|
||||
void showCustomValues ();
|
||||
|
||||
// opens config helper
|
||||
bool openConfig (StringRef fileName, StringRef errorIfNotExists, MemFile *outFile, bool languageDependant = false);
|
||||
|
||||
private:
|
||||
bool isCommentLine (StringRef line) const {
|
||||
if (line.empty ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue