ui: prefill headers from compilation database
dialog for selecting header paths from compilation database
This commit is contained in:
@@ -12,6 +12,7 @@ public:
|
||||
FilePath(const char* filePath);
|
||||
FilePath(const std::string& filePath);
|
||||
FilePath(const boost::filesystem::path& filePath);
|
||||
FilePath(const std::string& filePath, const std::string& base);
|
||||
|
||||
boost::filesystem::path path() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user