diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-10 06:10:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-10 06:10:19 -0400 |
| commit | 0f5ecb8b78b86f309be3ef1902dbf4ee51738fc4 (patch) | |
| tree | 587093f23e31d22b24dda3ac8db1baa5c2334626 /src/shared/util.h | |
| parent | c01e80a651f5e25441330ad20253bb47ad0f516c (diff) | |
| parent | dfb3020f8982e325e804f9e43b28a33b54c798f9 (diff) | |
Merge pull request #864 from isanae/show-usvfs-version
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
|
