logic: fixed indexed header paths for compilation database project screw up the processing order of includes (issue #571)
* prevented indexed header paths for CDB to be appended to compile command * fixed exists check for relative paths in QtSelectPathsDialog * indexed header paths will automatically be updated when a new compilation database is picked
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
QtSelectPathsDialog(const QString& title, const QString& description, QWidget* parent = 0);
|
||||
|
||||
std::vector<FilePath> getPathsList() const;
|
||||
void setPathsList(const std::vector<FilePath>& paths, const std::vector<FilePath>& checkedPaths);
|
||||
void setPathsList(const std::vector<FilePath>& paths, const std::vector<FilePath>& checkedPaths, const FilePath& rootPathForRelativePaths);
|
||||
|
||||
virtual void populateWindow(QWidget* widget) override;
|
||||
virtual void windowReady() override;
|
||||
|
||||
Reference in New Issue
Block a user