summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-07-23 03:01:00 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-03 11:39:03 -0500
commit3c791b092054192fcff27b599728d3482688aec8 (patch)
tree91e9ea09a5339575cf6e2ddd35a10cb57a012267 /src/env.h
parent5b13704275fc3cf02f6c3f4d4bd77d32425ad2c9 (diff)
moved registry key from "Tannin" to "Mod Organizer Team"
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index a563f2c3..dbbd5cf4 100644
--- a/src/env.h
+++ b/src/env.h
@@ -301,6 +301,15 @@ struct Association
Association getAssociation(const QFileInfo& file);
+// returns whether the given value exists
+//
+bool registryValueExists(const QString& key, const QString& value);
+
+// deletes a registry key if it's empty or only contains empty keys
+//
+void deleteRegistryKeyIfEmpty(const QString& name);
+
+
enum class CoreDumpTypes
{
Mini = 1,