diff options
Diffstat (limited to 'src/env.h')
| -rw-r--r-- | src/env.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -309,6 +309,10 @@ bool registryValueExists(const QString& key, const QString& value); // void deleteRegistryKeyIfEmpty(const QString& name); +// returns the path to this process +// +std::filesystem::path thisProcessPath(); + } // namespace env #endif // ENV_ENV_H |
