forked from qt-creator/qt-creator
Use more FilePathAspect
Change-Id: Ib348df1460f8610607251498b07010df58d51ddf Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -12,7 +12,7 @@ class HaskellSettings : public Core::PagedSettings
|
||||
public:
|
||||
HaskellSettings();
|
||||
|
||||
Utils::StringAspect stackPath;
|
||||
Utils::FilePathAspect stackPath;
|
||||
};
|
||||
|
||||
HaskellSettings &settings();
|
||||
|
||||
Reference in New Issue
Block a user