add input:kb_file
This commit is contained in:
parent
6cae44e2c0
commit
69d17bf424
6 changed files with 55 additions and 26 deletions
|
|
@ -101,6 +101,7 @@ public:
|
|||
void ensureDPMS();
|
||||
|
||||
std::string parseKeyword(const std::string&, const std::string&, bool dynamic = false);
|
||||
std::string absolutePath(const std::string&);
|
||||
|
||||
void addParseError(const std::string&);
|
||||
|
||||
|
|
@ -159,4 +160,4 @@ private:
|
|||
void handleBlurLS(const std::string&, const std::string&);
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CConfigManager> g_pConfigManager;
|
||||
inline std::unique_ptr<CConfigManager> g_pConfigManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue