diff options
author | hjk <[email protected]> | 2023-05-15 18:32:22 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2023-05-17 11:22:48 +0000 |
commit | 95d21f396675df1efc1eb16a825c39981b6ea22b (patch) | |
tree | cb0f68af7cffff5ef8f85ff193add883ae96c7f9 /src/plugins/copilot/copilotsettings.h | |
parent | a928fee10890f964e02d290ae428af0810dcb0ad (diff) |
Use new FilePathAspect in a few more places
Change-Id: I910a802255c8d54a31313dcccb0d1a48ec577b7a
Reviewed-by: <[email protected]>
Reviewed-by: Alessandro Portale <[email protected]>
Diffstat (limited to 'src/plugins/copilot/copilotsettings.h')
-rw-r--r-- | src/plugins/copilot/copilotsettings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/copilot/copilotsettings.h b/src/plugins/copilot/copilotsettings.h index 44ce178ea5c..23370948765 100644 --- a/src/plugins/copilot/copilotsettings.h +++ b/src/plugins/copilot/copilotsettings.h @@ -14,8 +14,8 @@ public: static CopilotSettings &instance(); - Utils::StringAspect nodeJsPath; - Utils::StringAspect distPath; + Utils::FilePathAspect nodeJsPath; + Utils::FilePathAspect distPath; Utils::BoolAspect autoComplete; }; |