diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-29 18:58:15 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-29 18:58:15 -0400 |
| commit | 813ab32a2d16106f2799fba4e85c768a5b1c4850 (patch) | |
| tree | 382af986c9a776e84447ddd06cf20e43f0ce42c2 /src/shared/util.h | |
| parent | fb6512b72ebf86d5273744774388deb14c8a21ae (diff) | |
added a warning when running in compatibility mode
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 deaf6fcc..232a97bb 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -97,6 +97,7 @@ class WindowsVersion public:
WindowsVersion();
+ bool compatibilityMode() const;
QString toString() const;
private:
|
