summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-12-24 10:02:56 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-12-24 10:02:56 -0500
commitc8cff6166d05e77c843bb727702607f970d3d030 (patch)
tree53903e8bfec84ed78ed6e1753464cd6a43b628b4 /src/env.h
parent28d24b3caaf2d4fcee1441299bdf483939e7359f (diff)
added version to dmp filename
replaced QApplication calls so createVersionInfo() can be called without one, happens with dump_running_process.bat
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index e9cb7a36..2152a40d 100644
--- a/src/env.h
+++ b/src/env.h
@@ -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