forked from qt-creator/qt-creator
Haskell: Finish moving to FilePathAspect use
Change-Id: Icd76794b5f81990a583aa1b7ed921fbd08b2d797 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -12,7 +12,7 @@ class HaskellSettings : public Core::PagedSettings
|
||||
public:
|
||||
HaskellSettings();
|
||||
|
||||
Utils::FilePathAspect stackPath;
|
||||
Utils::FilePathAspect stackPath{this};
|
||||
};
|
||||
|
||||
HaskellSettings &settings();
|
||||
|
||||
Reference in New Issue
Block a user