refactor: move config reader into right class

This commit is contained in:
jeefo 2023-05-14 14:48:06 +03:00
commit 48fba9a6b7
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
4 changed files with 43 additions and 43 deletions

View file

@ -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 ()) {