diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-09 01:38:53 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-09 01:38:53 -0400 |
| commit | dfb3020f8982e325e804f9e43b28a33b54c798f9 (patch) | |
| tree | 587093f23e31d22b24dda3ac8db1baa5c2334626 /src/shared/util.h | |
| parent | c01e80a651f5e25441330ad20253bb47ad0f516c (diff) | |
added usvfs version in log and about dialog
Diffstat (limited to 'src/shared/util.h')
| -rw-r--r-- | src/shared/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index aea6f200..e87244b6 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -45,6 +45,7 @@ std::wstring ToLower(const std::wstring &text); bool CaseInsensitiveEqual(const std::wstring &lhs, const std::wstring &rhs);
MOBase::VersionInfo createVersionInfo();
+QString getUsvfsVersionString();
} // namespace MOShared
|
