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:
mlangkabel
2018-06-15 18:39:03 +02:00
parent b6588cd6ba
commit bbf462d1fb
10 changed files with 74 additions and 152 deletions
+1 -1
View File
@@ -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;