From c8cff6166d05e77c843bb727702607f970d3d030 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Thu, 24 Dec 2020 10:02:56 -0500 Subject: added version to dmp filename replaced QApplication calls so createVersionInfo() can be called without one, happens with dump_running_process.bat --- src/env.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/env.h') 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 -- cgit v1.3.1