logic: paths that are automatically filled by the project setup wizard will be made relative if they are shorter if the absolute paths
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
void setPaths(const std::vector<FilePath>& list, bool readOnly = false);
|
||||
|
||||
void makeAbsolute(FilePath& path) const;
|
||||
void makeRelative(FilePath& path) const;
|
||||
void makeRelativeIfShorter(FilePath& path) const;
|
||||
|
||||
protected:
|
||||
void dropEvent(QDropEvent *event) override;
|
||||
|
||||
Reference in New Issue
Block a user