Prefix all getters with "get"
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
void close();
|
||||
bool isOpen() const;
|
||||
const std::string& currentFilePath() const;
|
||||
const std::string& getCurrentFilePath() const;
|
||||
|
||||
private:
|
||||
std::string m_configDir;
|
||||
|
||||
Reference in New Issue
Block a user