diff options
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, |
