diff options
| author | Seth Riley <17361645+Qudix@users.noreply.github.com> | 2020-11-02 13:20:05 -0600 |
|---|---|---|
| committer | Seth Riley <17361645+Qudix@users.noreply.github.com> | 2020-11-02 13:20:05 -0600 |
| commit | f7d7661d58d9b0d158fd959978b29c9c1a3a8de7 (patch) | |
| tree | d8dd76c0df43b5aa8d15bea2965771afe0846052 /src/env.h | |
| parent | 88475677d29a275fd9d25f452f58d3d745720124 (diff) | |
Changing the location of several directories
Diffstat (limited to 'src/env.h')
| -rw-r--r-- | src/env.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -236,6 +236,7 @@ QString get(const QString& name); QString set(const QString& name, const QString& value); QString path(); +QString prependToPath(const QString& s); QString addPath(const QString& s); QString setPath(const QString& s); |
