diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-23 03:01:00 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:03 -0500 |
| commit | 3c791b092054192fcff27b599728d3482688aec8 (patch) | |
| tree | 91e9ea09a5339575cf6e2ddd35a10cb57a012267 /src/env.h | |
| parent | 5b13704275fc3cf02f6c3f4d4bd77d32425ad2c9 (diff) | |
moved registry key from "Tannin" to "Mod Organizer Team"
Diffstat (limited to 'src/env.h')
| -rw-r--r-- | src/env.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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, |
